mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
reannounce added
This commit is contained in:
parent
fe936ff6a1
commit
8848d4d4e5
1 changed files with 3 additions and 0 deletions
|
@ -515,6 +515,9 @@ class Manager:
|
|||
def get_unique_IDs(self):
|
||||
return self.unique_IDs.keys()
|
||||
|
||||
def update_tracker(self, unique_ID):
|
||||
deluge_core.reannounce(unique_ID)
|
||||
|
||||
|
||||
####################
|
||||
# Internal functions
|
||||
|
|
Loading…
Add table
Reference in a new issue