mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2024-11-10 17:47:13 +08:00
add additional ignore msg to BHD integration
This commit is contained in:
parent
938656fb4f
commit
add5ed05b2
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue