From 2b0283fbae193fa0fd86884dac5e63342a746689 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 17:33:01 +0800 Subject: [PATCH] buggix --- llmage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 3fd8fed..770f974 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -21,7 +21,7 @@ async def update_llmusage(ns): async with get_sor_context(env, 'llmage') as sor: await sor.U('llmusage', ns) -async def get_user_tpac(userid) +async def get_user_tpac(userid): env = ServerEnv() config = getConfig() async with get_sor_context(env, 'rbac') as sor: