diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index c8dadefdf..43a0a1ab1 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -601,7 +601,10 @@ class Torrent(object): Args: status (str): The tracker status. + """ + + self.tracker_host = None self.tracker_status = status def merge_trackers(self, torrent_info):