Wrong variable name

This commit is contained in:
Noam
2017-03-13 18:46:04 +02:00
parent 3f67396a55
commit 33fdb3d7bd

View File

@@ -249,7 +249,7 @@ def removeTorrent(torrentid, remove_data=False):
logger.debug('Deluge: Checking if torrent %s finished seeding' % str(torrentid))
post_data = json.dumps({"method": "web.get_torrent_status",
"params": [
result['hash'],
torrentid,
[
"name",
"ratio",