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:
|
except KeyError:
|
||||||
# The torrent_id is not found in the torrentmanager, so return None
|
# The torrent_id is not found in the torrentmanager, so return None
|
||||||
status = None
|
status = None
|
||||||
status.pickle.dumps(status)
|
|
||||||
return status
|
return status
|
||||||
|
|
||||||
# Get the leftover fields and ask the plugin manager to fill them
|
# Get the leftover fields and ask the plugin manager to fill them
|
||||||
|
|
Loading…
Reference in New Issue