bugfix
This commit is contained in:
parent
fb69c48570
commit
6d94c00656
@ -35,7 +35,7 @@ from .asyncinference import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
async def start_backend(app):
|
async def start_backend(app):
|
||||||
task = asyncio.create_task(abackend_accounting())
|
task = asyncio.create_task(backend_accounting())
|
||||||
yield
|
yield
|
||||||
task.cancel()
|
task.cancel()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user