diff --git a/core/nzbToMediaAutoFork.py b/core/nzbToMediaAutoFork.py index 3e213fd8..105e758c 100644 --- a/core/nzbToMediaAutoFork.py +++ b/core/nzbToMediaAutoFork.py @@ -12,7 +12,7 @@ def autoFork(section, inputCategory): # auto-detect correct section # config settings - cfg = core.CFG[section][inputCategory] + cfg = dict(core.CFG[section][inputCategory]) host = cfg.get("host") port = cfg.get("port")