add additional ignore msg to BHD integration

This commit is contained in:
bobokun 2022-01-12 08:36:01 -05:00
parent 938656fb4f
commit add5ed05b2
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -482,7 +482,10 @@ class Qbt:
'TORRENT IS NOT AUTHORIZED FOR USE ON THIS TRACKER'
]
ignore_msgs = [
'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT'
'YOU HAVE REACHED THE CLIENT LIMIT FOR THIS TORRENT',
'MISSING PASSKEY',
'MISSING INFO_HASH',
'PASSKEY IS INVALID'
]
for torrent in self.torrentvalid:
check_tags = util.get_list(torrent.tags)