mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
parent
f093fafd8d
commit
1085c5851c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def autoFork(section, inputCategory):
|
||||||
# auto-detect correct section
|
# auto-detect correct section
|
||||||
# config settings
|
# config settings
|
||||||
|
|
||||||
cfg = core.CFG[section][inputCategory]
|
cfg = dict(core.CFG[section][inputCategory])
|
||||||
|
|
||||||
host = cfg.get("host")
|
host = cfg.get("host")
|
||||||
port = cfg.get("port")
|
port = cfg.get("port")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue