diff --git a/qBitrr/arss.py b/qBitrr/arss.py index ab744225..20c7d26c 100755 --- a/qBitrr/arss.py +++ b/qBitrr/arss.py @@ -4034,16 +4034,16 @@ def _stalled_check(self, torrent: qbittorrentapi.TorrentDictionary, time_now: fl elif "qBitrr-allowed_stalled" not in torrent.tags: torrent.add_tags(["qBitrr-allowed_stalled"]) if self.re_search_stalled: + self.logger.trace( + "Stalled, adding tag, blocklosting and re-searching: %s", + torrent.name, + ) payload = self.process_entries([torrent.hash]) if payload: for entry, hash_ in payload: self._process_failed_individual( hash_=hash_, entry=entry, skip_blacklist=set(), stalled=True ) - self.logger.trace( - "Stalled, adding tag, blocklosting and re-searching: %s", - torrent.name, - ) else: self.logger.trace( "Stalled, adding tag: %s",