This commit is contained in:
yumoqing 2026-04-05 15:14:41 +08:00
parent 915496f739
commit 45afffafeb

View File

@ -192,7 +192,7 @@ async def backend_accounting():
while True:
lus = await get_accounting_llmusages()
for lu in lus:
debug(f{lu.id=} handleing...')
debug(f'backend_accounting(): {lu.id=} handleing...')
await llm_accounting(lu)
await asyncio.sleep(0.1)