mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX: trying to fix this stupid thing
This commit is contained in:
parent
70b5418a41
commit
c790cbd810
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ class Config(object):
|
||||||
shutil.move(self._config_file, os.path.join(mylar.DATA_DIR, 'config.ini.backup'))
|
shutil.move(self._config_file, os.path.join(mylar.DATA_DIR, 'config.ini.backup'))
|
||||||
except:
|
except:
|
||||||
print('Unable to make proper backup of config file in %s' % os.path.join(mylar.DATA_DIR, 'config.ini.backup'))
|
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..')
|
print('Attempting to update configuration..')
|
||||||
#torznab multiple entries merged into extra_torznabs value
|
#torznab multiple entries merged into extra_torznabs value
|
||||||
self.config_update()
|
self.config_update()
|
||||||
|
|
Loading…
Reference in a new issue