From b8eff41fef7b4ee2c20a4d268ac83a4f420f34b0 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 21 十一月 2024 14:26:13 +0800 Subject: [PATCH] 测试日志 --- test/test_asyncio.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_asyncio.py b/test/test_asyncio.py index b267d8c..3446b7b 100644 --- a/test/test_asyncio.py +++ b/test/test_asyncio.py @@ -3,9 +3,9 @@ async def coroutine_function(): - print("Start coroutine function") + # print("Start coroutine function") time.sleep(1) - print("Coroutine function completed") + # print("Coroutine function completed") async def main(): -- Gitblit v1.8.0