From 5cc249e691a0645972ceabacdd220c09956bb9ff Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 21 May 2026 23:34:43 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index 157dead..c4c60d0 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -230,7 +230,7 @@ async def backend_accounting(): except Exception as e: exception(f'{e}') lus = [] - debug(f'{len(lus)=} need to accounting........') + # debug(f'{len(lus)=} need to accounting........') for lu in lus: try: debug(f'backend_accounting(): {lu.id=} handleing...')