From b72720959d58899ce76eb4b2478c57c8b3e0434b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Apr 2026 16:28:05 +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 55bf4bf..89fcc2a 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -164,8 +164,8 @@ where a.llmid = b.id if luid: sql += " and a.id=${luid}$" ns['luid'] = luid - debug(f'{sql=}, {ns=}') recs = await sor.sqlExe(sql, ns) + debug(f'{sql=}, {ns=}, {len(recs)=}') for r in recs: if r.usages is None: io = json.loads(r.ioinfo)