From 915496f73955c97ce419875cc97966fa235bb722 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Apr 2026 15:14:12 +0800 Subject: [PATCH] bugfix --- llmage/accounting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/accounting.py b/llmage/accounting.py index dffbea5..613d189 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -192,6 +192,7 @@ async def backend_accounting(): while True: lus = await get_accounting_llmusages() for lu in lus: + debug(f{lu.id=} handleing...') await llm_accounting(lu) await asyncio.sleep(0.1)