From 69e39bd05dfa6ca75d60cb3d4e15553932baf80f Mon Sep 17 00:00:00 2001 From: bobokun Date: Sun, 30 Jan 2022 15:57:29 -0500 Subject: [PATCH] bug fix #102: added additional logic to ignore --- modules/qbittorrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/qbittorrent.py b/modules/qbittorrent.py index a779725..517301d 100644 --- a/modules/qbittorrent.py +++ b/modules/qbittorrent.py @@ -504,7 +504,8 @@ class Qbt: 'MISSING PASSKEY', 'MISSING INFO_HASH', 'PASSKEY IS INVALID', - 'INVALID PASSKEY' + 'INVALID PASSKEY', + 'EXPECTED VALUE (LIST, DICT, INT OR STRING) IN BENCODED STRING' ] for torrent in self.torrentvalid: check_tags = util.get_list(torrent.tags)