diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 824176d0c..9e7d0fb69 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -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: