Remove silly line causing exception in get_torrent_status()

This commit is contained in:
Andrew Resch 2007-09-28 06:29:04 +00:00
parent 9551aab1c1
commit e0d82901e3
1 changed files with 0 additions and 1 deletions

View File

@ -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