FIX: *sigh* one more try

This commit is contained in:
evilhero 2019-02-19 12:28:44 -05:00
parent c790cbd810
commit 7654a25d7e
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ class Config(object):
shutil.move(self._config_file, os.path.join(mylar.DATA_DIR, 'config.ini.backup'))
except:
print('Unable to make proper backup of config file in %s' % os.path.join(mylar.DATA_DIR, 'config.ini.backup'))
if self.newconfig < 9:
if self.CONFIG_VERSION < 9:
print('Attempting to update configuration..')
#torznab multiple entries merged into extra_torznabs value
self.config_update()