diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 934263683..050c9cf3a 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -384,6 +384,7 @@ class Torrent(object): def set_tracker_status(self, status): """Sets the tracker status""" + self.tracker_host = None self.tracker_status = self.get_tracker_host() + ": " + status def update_state(self):