mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Reverted a change that was not ready in config class
This commit is contained in:
parent
6820188605
commit
aa427242de
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ class config(original_ConfigObj):
|
|||
if key in config()[section].keys():
|
||||
return config()[section][key]
|
||||
|
||||
def migrate(self, *args, **kw):
|
||||
@staticmethod
|
||||
def migrate():
|
||||
global config_new, config_old
|
||||
config_new = config_old = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue