mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-10 22:06:58 +08:00
additional logic for BHD issue
This commit is contained in:
parent
69e39bd05d
commit
eb80cbe0fd
1 changed files with 2 additions and 1 deletions
|
@ -505,7 +505,8 @@ class Qbt:
|
|||
'MISSING INFO_HASH',
|
||||
'PASSKEY IS INVALID',
|
||||
'INVALID PASSKEY',
|
||||
'EXPECTED VALUE (LIST, DICT, INT OR STRING) IN BENCODED STRING'
|
||||
'EXPECTED VALUE (LIST, DICT, INT OR STRING) IN BENCODED STRING',
|
||||
'COULD NOT PARSE BENCODED DATA'
|
||||
]
|
||||
for torrent in self.torrentvalid:
|
||||
check_tags = util.get_list(torrent.tags)
|
||||
|
|
Loading…
Add table
Reference in a new issue