mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 07:33:31 +00:00
Include the tracker host in tracker status string
This commit is contained in:
parent
4933618f50
commit
5f4a2533ec
@ -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"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user