mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-06 16:44:29 +00:00
fix get_torrent_status to use filter dictionary
This commit is contained in:
parent
ea3b79bdd5
commit
e681c9183e
@ -43,7 +43,7 @@ def get_names(torrents):
|
||||
except Exception, e:
|
||||
print e
|
||||
|
||||
client.get_torrents_status(_got_torrents_status, torrents, ['name'])
|
||||
client.get_torrents_status(_got_torrents_status, {'id':torrents}, ['name'])
|
||||
client.force_call()
|
||||
return names
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user