mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
[Core] Update tracker_host when setting new tracker status
This commit is contained in:
parent
d932c3ab99
commit
eaae568c7c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user