Update configuration.py

This commit is contained in:
Clinton Hall 2020-10-16 22:30:42 +13:00 committed by GitHub
commit 7d59d01f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +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'])
configure_sabnzbd(nzb_config)