This commit is contained in:
Aidan Do 2024-12-06 08:24:20 +00:00
parent 98ab8f2d05
commit eaf4392fe9

View file

@ -140,7 +140,7 @@ async def run_main():
attachments=attachments,
session_id=session_id,
)
async for log in EventLogger().log(response):
for log in EventLogger().log(response):
log.print()