Update main.py

pull/127/head
Who? 2025-03-18 09:31:08 +07:00 committed by GitHub
parent 8ddc77abc8
commit fff1903f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ class Heroku:
logging.error(f"Exception on loading allowed beta testers ids: {response.status}")
return []
await asyncio.gather(*[version.check_branch(client.tg_id, allowed_ids) for client in self.clients])
await asyncio.gather(*[version.check_branch((await client.get_me()).id, allowed_ids) for client in self.clients])
while await self.amain(first, client):
first = False