diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index a3fbfef8a..88c5cf182 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -838,6 +838,7 @@ class Torrent: """Forces a recheck of the torrents pieces""" try: self.handle.force_recheck() + self.handle.resume() except Exception, e: log.debug("Unable to force recheck: %s", e) return False