mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Update configuration.py
This commit is contained in:
parent
ed51b3954a
commit
9e6d83491d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def configure_nzbs(config):
|
|||
nzb_config = config['Nzb']
|
||||
core.NZB_CLIENT_AGENT = nzb_config['clientAgent'] # sabnzbd
|
||||
core.NZB_DEFAULT_DIRECTORY = nzb_config['default_downloadDirectory']
|
||||
core.NZB_NO_MANUAL = int(nzb_config['no_manuall'])
|
||||
core.NZB_NO_MANUAL = int(nzb_config['no_manual'], 0)
|
||||
|
||||
configure_sabnzbd(nzb_config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue