mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Minor style fix
This commit is contained in:
parent
10c512d39c
commit
5ec9743a1a
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class FutureSalts(TLObject):
|
|||
|
||||
def write(self, *args: Any) -> bytes:
|
||||
b = BytesIO()
|
||||
|
||||
b.write(Int(self.ID, False))
|
||||
|
||||
b.write(Long(self.req_msg_id))
|
||||
|
|
|
|||
Loading…
Reference in a new issue