From 763c0e5ebbcd2633153d54d3172c2e4f7cf20cee Mon Sep 17 00:00:00 2001 From: bobokun Date: Wed, 7 Dec 2022 08:14:12 -0500 Subject: [PATCH] bug fix on prev refactor --- modules/qbittorrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index 4a65213..6fbf36c 100755 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -830,7 +830,7 @@ class Qbt: try: for x in torrent.trackers: if x.url.startswith("http"): - tracker = self.config.get_tags([x.url]) + tracker = self.config.get_tags([x]) msg_up = x.msg.upper() msg = x.msg # Tag any error torrents