From eaf4392fe934fe9978d43ecc24b1282219755310 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Fri, 6 Dec 2024 08:24:20 +0000 Subject: [PATCH] async --- docs/source/getting_started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index e34aa01de..bae31e8c4 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -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()