oops, fix docstring

This commit is contained in:
Marcos Pinto 2007-09-22 19:52:22 +00:00
commit 28447f7564

View file

@ -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: