mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -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 option in ['username', 'password']:
|
||||
values.pop(option)
|
||||
if section in ["SickBeard", "NzbDrone"]:
|
||||
if section in ["SickBeard"]:
|
||||
if option == "wait_for": # remove old format
|
||||
values.pop(option)
|
||||
if section in ["SickBeard", "NzbDrone"]:
|
||||
if option == "failed_fork": # change this old format
|
||||
values['failed'] = 'auto'
|
||||
values.pop(option)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue