diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py index 8c8c0e854..7fa570f47 100644 --- a/deluge/core/torrent.py +++ b/deluge/core/torrent.py @@ -940,7 +940,8 @@ class Torrent(object): except Exception, e: log.debug("Unable to force recheck: %s", e) self.forcing_recheck = False - self.set_trackers(torrent.trackers, reannounce=False) + if self.forcing_recheck_paused: + self.set_trackers(torrent.trackers, reannounce=False) return self.forcing_recheck