bugfix
This commit is contained in:
parent
6d94c00656
commit
915496f739
@ -192,6 +192,7 @@ async def backend_accounting():
|
|||||||
while True:
|
while True:
|
||||||
lus = await get_accounting_llmusages()
|
lus = await get_accounting_llmusages()
|
||||||
for lu in lus:
|
for lu in lus:
|
||||||
|
debug(f{lu.id=} handleing...')
|
||||||
await llm_accounting(lu)
|
await llm_accounting(lu)
|
||||||
await asyncio.sleep(0.1)
|
await asyncio.sleep(0.1)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user