mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
oops, fix docstring
This commit is contained in:
parent
731c51815e
commit
28447f7564
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class TorrentManager:
|
|||
return True
|
||||
|
||||
def force_reannounce(self, torrent_id):
|
||||
"""Resume a torrent"""
|
||||
"""Force a tracker reannounce"""
|
||||
try:
|
||||
self.torrents[torrent_id].handle.force_reannounce()
|
||||
except:
|
||||
|
|
Loading…
Add table
Reference in a new issue