bug fix #102: added additional logic to ignore

This commit is contained in:
bobokun 2022-01-30 15:57:29 -05:00
parent 687e611083
commit 69e39bd05d
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -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)