Update updater.py

pull/56/head
Who? 2024-12-30 23:54:25 +07:00 committed by GitHub
parent 4a02f3bd15
commit 3cfc0fd54f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class UpdaterMod(loader.Module):
except Exception:
await self.inline_update(message)
async def close(self, msg_obj: typing.Union[InlineCall, Message], hard: bool = False, call: InlineCall):
async def close(self, msg_obj: typing.Union[InlineCall, Message], hard: bool = False,):
await call.delete()