FIX: trying to fix this stupid thing

This commit is contained in:
evilhero 2019-02-19 12:16:12 -05:00
parent 70b5418a41
commit c790cbd810
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.newconfig < 9:
print('Attempting to update configuration..')
#torznab multiple entries merged into extra_torznabs value
self.config_update()