mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -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
|
||||
# config settings
|
||||
|
||||
cfg = core.CFG[section][inputCategory]
|
||||
cfg = dict(core.CFG[section][inputCategory])
|
||||
|
||||
host = cfg.get("host")
|
||||
port = cfg.get("port")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue