Include the tracker host in tracker status string

This commit is contained in:
Andrew Resch 2008-11-28 23:39:46 +00:00
parent 4933618f50
commit 5f4a2533ec

View File

@ -340,7 +340,7 @@ class Torrent:
def set_tracker_status(self, status):
"""Sets the tracker status"""
self.tracker_status = status
self.tracker_status = self.get_tracker_host() + ": " + status
def update_state(self):
"""Updates the state based on what libtorrent's state for the torrent is"""