Remove Paused by default

This commit is contained in:
2024-12-07 21:33:22 +01:00
parent d2c05b69ec
commit f0221e143a

View File

@ -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)