From 84f6c27cbb1305b340df4011bac0c2e182859e21 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Apr 2026 11:04:43 +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 2ede10c..bcc8db9 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -165,7 +165,7 @@ where a.llmid = b.id sql += " and a.id=${luid}$" ns['luid'] = luid recs = await sor.sqlExe(sql, ns) - debug(f'{sql=}, {ns=}, {len(recs)=}') + # debug(f'{sql=}, {ns=}, {len(recs)=}') for r in recs: if r.usages is None: io = json.loads(r.ioinfo)