fix restart

pull/176/head
ZetGo | Aleksej K. 2025-08-25 01:38:16 +03:00
parent 2b0f875f1b
commit 6ae237198a
1 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ class HerokuWebMod(loader.Module):
)
return
asyncio.ensure_future(self.schedule_restart(self, call, client))
asyncio.ensure_future(self.schedule_restart(call, client))
async def inline_2fa_handler(self, call, data, client, phone, user):
@ -372,4 +372,4 @@ class HerokuWebMod(loader.Module):
)
return
asyncio.ensure_future(self.schedule_restart(self, call, client))
asyncio.ensure_future(self.schedule_restart(call, client))