Fixes BHD Status "STREAM TRUNCATED" #113

This commit is contained in:
bobokun 2022-03-07 08:10:01 -05:00
parent 144bd69aea
commit 2ec99cffa0
No known key found for this signature in database
GPG key ID: 9665BA6CF5DC2671

View file

@ -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)