From 2b632374ee5a73d746e41ebd3c092ae01566c9dc Mon Sep 17 00:00:00 2001 From: Feramance Date: Fri, 28 Jun 2024 11:14:17 +0200 Subject: [PATCH] Updated conditions --- qBitrr/arss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qBitrr/arss.py b/qBitrr/arss.py index 69a7f78f..8398d6f5 100755 --- a/qBitrr/arss.py +++ b/qBitrr/arss.py @@ -3992,7 +3992,7 @@ def _process_single_torrent(self, torrent: qbittorrentapi.TorrentDictionary): stalled_ignore = True elif "qBitrr-allowed_stalled" in torrent.tags: stalled_ignore = True - else: + elif "qBitrr-allowed_stalled" in torrent.tags: torrent.remove_tags(["qBitrr-allowed_stalled"]) if "qBitrr-ignored" in torrent.tags: