Don't invalidate the torrent status/info after a torrent.status() call

This commit is contained in:
Andrew Resch 2008-10-31 03:45:28 +00:00
parent c66120ac95
commit 2b75a75992
1 changed files with 0 additions and 3 deletions

View File

@ -624,9 +624,6 @@ class Torrent:
elif key in fns: elif key in fns:
status_dict[key] = fns[key]() status_dict[key] = fns[key]()
self.status = None
self.torrent_info = None
return status_dict return status_dict
def apply_options(self): def apply_options(self):