mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
commit
1429a0d707
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ def initialize(section=None):
|
|||
|
||||
NZB_CLIENTAGENT = CFG["Nzb"]["clientAgent"] # sabnzbd
|
||||
SABNZBDHOST = CFG["Nzb"]["sabnzbd_host"]
|
||||
SABNZBDPORT = int(CFG["Nzb"]["sabnzbd_port"])
|
||||
SABNZBDPORT = int(CFG["Nzb"]["sabnzbd_port"] Or 8080) # defaults to accomodate NzbGet
|
||||
SABNZBDAPIKEY = CFG["Nzb"]["sabnzbd_apikey"]
|
||||
NZB_DEFAULTDIR = CFG["Nzb"]["default_downloadDirectory"]
|
||||
GROUPS = CFG["Custom"]["remove_group"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue