From dfe961e4c9489e929e5f3a8aa79edc690f6acfdd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 17:55:32 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/accounting.py b/llmage/accounting.py index 2062390..b15b177 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -48,6 +48,7 @@ async def checkCustomerBalance(llmid, userid, userorgid, catelogid=None): balance = 0.00 tpac = await get_user_tpac(userid) if tpac: + debug(f'{tpac=}') balance = await get_tpac_balance(tpac, userid) else: async with get_sor_context(env, 'accounting') as sor: