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
82042b3a57
commit
ed51b3954a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def configure_torrents(config):
|
|||
core.TORRENT_CLIENT_AGENT = torrent_config['clientAgent'] # utorrent | deluge | transmission | rtorrent | vuze | qbittorrent | synods | other
|
||||
core.OUTPUT_DIRECTORY = torrent_config['outputDirectory'] # /abs/path/to/complete/
|
||||
core.TORRENT_DEFAULT_DIRECTORY = torrent_config['default_downloadDirectory']
|
||||
core.TORRENT_NO_MANUAL = int(torrent_config['no_manuall'])
|
||||
core.TORRENT_NO_MANUAL = int(torrent_config['no_manual'], 0)
|
||||
|
||||
configure_torrent_linking(torrent_config)
|
||||
configure_flattening(torrent_config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue