From 711e4fa6f91709d1139a00b1b4422741a4bda7af Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 14:43:17 +0800 Subject: [PATCH] buggix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index 1c869fb..f8a2931 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -41,7 +41,7 @@ async def checkCustomerBalance(llmid, userid, userorgid, catelogid=None): debug(f'checkCustomerBalance(): llmid is None') return False env = ServerEnv() - llm = await get_llm(llm) + llm = await get_llm(llmid) if llm.ownerid == userorgid: debug(f'self orgid user') return True