diff --git a/PDMameUpdate.py b/PDMameUpdate.py index 74d205f..6b82975 100755 --- a/PDMameUpdate.py +++ b/PDMameUpdate.py @@ -270,7 +270,7 @@ def update_torrents(): "filename" : torrent['remote-link'], "magnet_link": True, "download_dir" : torrent['local-path'], - "paused" : True, + "paused" : False, } responce = client.torrent.add(arguments) logging.debug('clutch responce : %s', responce)