From 2b75a759927949dec4b30a61343dc9033ee8ae19 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 31 Oct 2008 03:45:28 +0000 Subject: [PATCH] Don't invalidate the torrent status/info after a torrent.status() call --- deluge/core/torrent.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 64ac1ab1a..ee214adb9 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -624,9 +624,6 @@ class Torrent: elif key in fns: status_dict[key] = fns[key]() - self.status = None - self.torrent_info = None - return status_dict def apply_options(self):