mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
fix indent
This commit is contained in:
parent
ddaa5bb5e6
commit
5007b806a5
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_settings
|
||||
sickbeard.PROXY_SETTINGS = proxy_settings
|
||||
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