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()