From e0d82901e3eb1e154f052ffa266fdd0bc375dadc Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 28 Sep 2007 06:29:04 +0000 Subject: [PATCH] Remove silly line causing exception in get_torrent_status() --- deluge/core/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deluge/core/core.py b/deluge/core/core.py index 714a4edd5..af3478a19 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -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