mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Include the tracker host in tracker status string
This commit is contained in:
parent
4933618f50
commit
5f4a2533ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue