mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +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
|
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…
Add table
Add a link
Reference in a new issue