🐛 Remove extra ID added

This commit is contained in:
Sam 2022-01-12 00:11:32 +08:00 committed by Sam
parent 732d64e945
commit 458e128d02
Signed by: sam01101
GPG Key ID: 42D7B6D13FF5E611

View File

@ -48,7 +48,6 @@ class FutureSalts(TLObject):
def write(self, *args: Any) -> bytes: def write(self, *args: Any) -> bytes:
b = BytesIO() b = BytesIO()
b.write(Int(self.ID, False))
b.write(Int(self.ID, False)) b.write(Int(self.ID, False))