formatting

This commit is contained in:
Ankur Duggal
2024-06-12 15:01:19 -07:00
parent c7a0d0db64
commit effc69e4e4
2 changed files with 45 additions and 34 deletions

View File

@@ -36,7 +36,7 @@ logger.add(sys.stderr, level="DEBUG")
async def main(room_url: str, token):
timestamp = int(time.time())
async with aiohttp.ClientSession() as session: