From 45afffafebf7b84df1e9e8136c2ce8c5abccd905 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Apr 2026 15:14:41 +0800 Subject: [PATCH] bugfix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index 613d189..4e44e62 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -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)