forked from djib/PDMameUpdate
Ensure torrent is downloaded to specified direcotry, rather than Transmission default
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user