From f1e5cb88a4f0a0b71bb6184162032ea28dbdfe09 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Apr 2026 17:58:53 +0800 Subject: [PATCH] bugfix --- llmage/accounting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/accounting.py b/llmage/accounting.py index 2ee5361..894955a 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -218,6 +218,7 @@ async def backend_accounting(): except Exception as e: exception(f'{e}') lus = [] + debug(f'{len(lus)=} need to accounting........') for lu in lus: try: debug(f'backend_accounting(): {lu.id=} handleing...')