mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
SABnzbd-Suite: fix configobj error on couchpotatoserver startup
This commit is contained in:
parent
264e635334
commit
119184aa3d
@ -345,6 +345,8 @@ md5pwd = hashlib.md5(pwd).hexdigest()
|
|||||||
|
|
||||||
couchPotatoServerConfig = ConfigObj(pCouchPotatoServerSettings,create_empty=True)
|
couchPotatoServerConfig = ConfigObj(pCouchPotatoServerSettings,create_empty=True)
|
||||||
defaultConfig = ConfigObj()
|
defaultConfig = ConfigObj()
|
||||||
|
defaultConfig['newznab'] = {}
|
||||||
|
defaultConfig['newznab']['api_key'] = ''
|
||||||
defaultConfig['core'] = {}
|
defaultConfig['core'] = {}
|
||||||
defaultConfig['core']['username'] = user
|
defaultConfig['core']['username'] = user
|
||||||
defaultConfig['core']['password'] = md5pwd
|
defaultConfig['core']['password'] = md5pwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user