This commit is contained in:
yumoqing 2026-04-05 15:09:08 +08:00
parent fb69c48570
commit 6d94c00656

View File

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