mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
Remove silly line causing exception in get_torrent_status()
This commit is contained in:
parent
9551aab1c1
commit
e0d82901e3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue