diff --git a/llmage/accounting.py b/llmage/accounting.py index 07a594e..55bf4bf 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -164,6 +164,7 @@ 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) for r in recs: if r.usages is None: