mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-10 22:06:58 +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',
|
'PASSKEY IS INVALID',
|
||||||
'INVALID PASSKEY',
|
'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'
|
'COULD NOT PARSE BENCODED DATA',
|
||||||
|
'STREAM TRUNCATED'
|
||||||
]
|
]
|
||||||
for torrent in self.torrentvalid:
|
for torrent in self.torrentvalid:
|
||||||
check_tags = util.get_list(torrent.tags)
|
check_tags = util.get_list(torrent.tags)
|
||||||
|
|
Loading…
Add table
Reference in a new issue