Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
This commit is contained in:
parent
850807ca43
commit
96ead0d996
@ -838,6 +838,7 @@ class Torrent:
|
|||||||
"""Forces a recheck of the torrents pieces"""
|
"""Forces a recheck of the torrents pieces"""
|
||||||
try:
|
try:
|
||||||
self.handle.force_recheck()
|
self.handle.force_recheck()
|
||||||
|
self.handle.resume()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.debug("Unable to force recheck: %s", e)
|
log.debug("Unable to force recheck: %s", e)
|
||||||
return False
|
return False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user