From 875a9811845d6808bb8b80a90289608583018fc7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 27 Jan 2026 17:24:09 +0800 Subject: [PATCH] bugfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f82da17..fc8e85b 100755 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ from ahserver.configuredServer import add_startup # task running all the time in background async def bgwork(app) -> None: while True: - asyncio.sleep(sec) + await asyncio.sleep(sec) print('hahaha') def get_module_dbname(modulename):