mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Resolves issues with saving notification settings and http(s) setting
This commit is contained in:
parent
a71ed25b19
commit
2b57fce5e6
1 changed files with 0 additions and 5 deletions
|
@ -1016,11 +1016,6 @@ class ConfigGeneral:
|
|||
sickbeard.USE_API = config.checkbox_to_value(use_api)
|
||||
sickbeard.API_KEY = api_key
|
||||
|
||||
if enable_https == "on":
|
||||
enable_https = 1
|
||||
else:
|
||||
enable_https = 0
|
||||
|
||||
sickbeard.ENABLE_HTTPS = config.checkbox_to_value(enable_https)
|
||||
|
||||
if not config.change_HTTPS_CERT(https_cert):
|
||||
|
|
Loading…
Reference in a new issue