mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #98 from WebSpider/fix_proxy_setting
Typo in PROXY_SETTING variable
This commit is contained in:
commit
ceb3c6efbc
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ class ConfigGeneral:
|
|||
sickbeard.LAUNCH_BROWSER = config.checkbox_to_value(launch_browser)
|
||||
sickbeard.SORT_ARTICLE = config.checkbox_to_value(sort_article)
|
||||
sickbeard.ANON_REDIRECT = anon_redirect
|
||||
sickbeard.PROXY_SETTINGS = proxy_setting
|
||||
sickbeard.PROXY_SETTING = proxy_setting
|
||||
sickbeard.GIT_PATH = git_path
|
||||
sickbeard.CALENDAR_UNPROTECTED = config.checkbox_to_value(calendar_unprotected)
|
||||
# sickbeard.LOG_DIR is set in config.change_LOG_DIR()
|
||||
|
|
Loading…
Reference in a new issue