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)
|
os.rename(old_name, new_name)
|
||||||
client.torrent.add(
|
client.torrent.add(
|
||||||
filename=torrent['remote-link'],
|
filename=torrent['remote-link'],
|
||||||
|
download_dir=config['mame_directory'],
|
||||||
cookies=cookies,
|
cookies=cookies,
|
||||||
paused=False
|
paused=False
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user