Ensure torrent is downloaded to specified direcotry, rather than Transmission default

This commit is contained in:
Sebastian Robinson
2019-09-25 18:17:16 +01:00
parent 8cffdc0f67
commit 5dc63ab1e9

View File

@ -180,6 +180,7 @@ def update_torrents():
os.rename(old_name, new_name)
client.torrent.add(
filename=torrent['remote-link'],
download_dir=config['mame_directory'],
cookies=cookies,
paused=False
)