mirror of
https://github.com/moparisthebest/SickRage
synced 2025-01-06 03:18:01 -05:00
Resolves issues with saving notification settings and http(s) setting
This commit is contained in:
parent
a71ed25b19
commit
2b57fce5e6
@ -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 New Issue
Block a user