mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-06 11:57:20 +08:00
Fixes BHD Status "STREAM TRUNCATED" #113
This commit is contained in:
parent
144bd69aea
commit
2ec99cffa0
1 changed files with 2 additions and 1 deletions
|
@ -510,7 +510,8 @@ class Qbt:
|
|||
'PASSKEY IS INVALID',
|
||||
'INVALID PASSKEY',
|
||||
'EXPECTED VALUE (LIST, DICT, INT OR STRING) IN BENCODED STRING',
|
||||
'COULD NOT PARSE BENCODED DATA'
|
||||
'COULD NOT PARSE BENCODED DATA',
|
||||
'STREAM TRUNCATED'
|
||||
]
|
||||
for torrent in self.torrentvalid:
|
||||
check_tags = util.get_list(torrent.tags)
|
||||
|
|
Loading…
Add table
Reference in a new issue