mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
fix wait_for revert on nzbDrone. fixes #393
This commit is contained in:
parent
84d9a121e0
commit
38f3a2a5d6
1 changed files with 2 additions and 1 deletions
|
@ -148,9 +148,10 @@ class ConfigObj(configobj.ConfigObj, Section):
|
||||||
if section in ['CouchPotato', 'HeadPhones', 'Gamez']:
|
if section in ['CouchPotato', 'HeadPhones', 'Gamez']:
|
||||||
if option in ['username', 'password']:
|
if option in ['username', 'password']:
|
||||||
values.pop(option)
|
values.pop(option)
|
||||||
if section in ["SickBeard", "NzbDrone"]:
|
if section in ["SickBeard"]:
|
||||||
if option == "wait_for": # remove old format
|
if option == "wait_for": # remove old format
|
||||||
values.pop(option)
|
values.pop(option)
|
||||||
|
if section in ["SickBeard", "NzbDrone"]:
|
||||||
if option == "failed_fork": # change this old format
|
if option == "failed_fork": # change this old format
|
||||||
values['failed'] = 'auto'
|
values['failed'] = 'auto'
|
||||||
values.pop(option)
|
values.pop(option)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue