mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +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)
|
||||
defaultConfig = ConfigObj()
|
||||
defaultConfig['newznab'] = {}
|
||||
defaultConfig['newznab']['api_key'] = ''
|
||||
defaultConfig['core'] = {}
|
||||
defaultConfig['core']['username'] = user
|
||||
defaultConfig['core']['password'] = md5pwd
|
||||
|
Loading…
x
Reference in New Issue
Block a user