mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
parent
79583a29fc
commit
2ad1d9cbc8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Vector(bytes, TLObject):
|
|||
def _read(b: BytesIO) -> Union[int, Any]:
|
||||
try:
|
||||
return TLObject.read(b)
|
||||
except KeyError:
|
||||
except ValueError:
|
||||
b.seek(-4, 1)
|
||||
return Int.read(b)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue