mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Remove silly line causing exception in get_torrent_status()
This commit is contained in:
parent
9551aab1c1
commit
e0d82901e3
@ -266,7 +266,6 @@ class Core(dbus.service.Object):
|
||||
except KeyError:
|
||||
# The torrent_id is not found in the torrentmanager, so return None
|
||||
status = None
|
||||
status.pickle.dumps(status)
|
||||
return status
|
||||
|
||||
# Get the leftover fields and ask the plugin manager to fill them
|
||||
|
Loading…
x
Reference in New Issue
Block a user