oops, fix docstring
This commit is contained in:
parent
731c51815e
commit
28447f7564
@ -198,7 +198,7 @@ class TorrentManager:
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def force_reannounce(self, torrent_id):
|
def force_reannounce(self, torrent_id):
|
||||||
"""Resume a torrent"""
|
"""Force a tracker reannounce"""
|
||||||
try:
|
try:
|
||||||
self.torrents[torrent_id].handle.force_reannounce()
|
self.torrents[torrent_id].handle.force_reannounce()
|
||||||
except:
|
except:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user