bugfix
This commit is contained in:
parent
915496f739
commit
45afffafeb
@ -192,7 +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...')
|
debug(f'backend_accounting(): {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