From 5dc63ab1e9d83b64732112364bba05f07b1987be Mon Sep 17 00:00:00 2001 From: Sebastian Robinson Date: Wed, 25 Sep 2019 18:17:16 +0100 Subject: [PATCH] Ensure torrent is downloaded to specified direcotry, rather than Transmission default --- PDMameUpdate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 13f0dad..a04ef6e 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -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 )