mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixed a bug in migrate code and seperated logging options into logging.cfg
This commit is contained in:
parent
b7fc74b3fd
commit
db7d7e6efb
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@ class migratecfg:
|
|||
confignew[section][subsection][option] = value
|
||||
else:
|
||||
confignew[section][option] = value
|
||||
except:
|
||||
return False
|
||||
except:pass
|
||||
|
||||
# create a backup of our old config
|
||||
if os.path.isfile(config.CONFIG_FILE):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue