Remove Paused by default
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user