mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix some typos
This commit is contained in:
parent
66bd2e3030
commit
7dff81b60b
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class SessionProxy(component.Component):
|
|||
if "state" in filter_dict:
|
||||
# If we got there, then there is no suitable cached filter query, so
|
||||
# we'll just query the core
|
||||
d = client.core.get_torrents_status(filer_dict, keys. True)
|
||||
d = client.core.get_torrents_status(filter_dict, keys, True)
|
||||
def on_filter_status(result, keys):
|
||||
return on_status(result, result.keys(), keys)
|
||||
return d.addCallback(on_filter_status, keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue