From 6d94c00656a7c4bfa2575985c44f9497e1fcae62 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Apr 2026 15:09:08 +0800 Subject: [PATCH] bugfix --- llmage/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/init.py b/llmage/init.py index 774618d..a92f863 100644 --- a/llmage/init.py +++ b/llmage/init.py @@ -35,7 +35,7 @@ from .asyncinference import ( ) async def start_backend(app): - task = asyncio.create_task(abackend_accounting()) + task = asyncio.create_task(backend_accounting()) yield task.cancel()