mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 22:23:32 -07:00
Error fix for #355
This commit is contained in:
parent
a8dbb36f6c
commit
5fdf4e10e3
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ def initialize(section=None):
|
||||||
|
|
||||||
# run migrate to convert NzbGet data from old cfg style to new cfg style
|
# run migrate to convert NzbGet data from old cfg style to new cfg style
|
||||||
if os.environ.has_key('NZBOP_SCRIPTDIR'):
|
if os.environ.has_key('NZBOP_SCRIPTDIR'):
|
||||||
CFG = config.addnzbget():
|
CFG = config.addnzbget()
|
||||||
|
|
||||||
else: # load newly migrated config
|
else: # load newly migrated config
|
||||||
logger.info("Loading config from [%s]" % (CONFIG_FILE))
|
logger.info("Loading config from [%s]" % (CONFIG_FILE))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue