mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
merged r4524 from trunk to branches/1.1.0_RC
This commit is contained in:
parent
107079fbab
commit
2b80b801b1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ def get_names(torrents):
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print 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()
|
client.force_call()
|
||||||
return names
|
return names
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue