mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
[Core] Update tracker_host when setting new tracker status
This commit is contained in:
parent
d932c3ab99
commit
eaae568c7c
1 changed files with 3 additions and 0 deletions
|
@ -601,7 +601,10 @@ class Torrent(object):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
status (str): The tracker status.
|
status (str): The tracker status.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
self.tracker_host = None
|
||||||
self.tracker_status = status
|
self.tracker_status = status
|
||||||
|
|
||||||
def merge_trackers(self, torrent_info):
|
def merge_trackers(self, torrent_info):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue