mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Turned off interpolation for config class to fix migration issues
This commit is contained in:
parent
aa427242de
commit
cd0eb9a83a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ class config(original_ConfigObj):
|
||||||
if len(args) == 0:
|
if len(args) == 0:
|
||||||
args = (self.CONFIG_FILE,)
|
args = (self.CONFIG_FILE,)
|
||||||
super(lib.configobj.ConfigObj, self).__init__(*args, **kw)
|
super(lib.configobj.ConfigObj, self).__init__(*args, **kw)
|
||||||
|
self.interpolation = False
|
||||||
|
|
||||||
def __call__(self, *args, **kwargs):
|
def __call__(self, *args, **kwargs):
|
||||||
print()
|
print()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue