From 2e42a3904153cc235e5e36b0990cfed51c6e5ec9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:34:59 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index a789b9b..d1ca431 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -76,7 +76,7 @@ async def get_llmcatelogs(): async def get_llms_by_catelog(): env = ServerEnv() - async with get_sor_context(env, 'llmage') as sor: + async with get_sor_context(env, 'llmage') as sor: today = curDateString() sql = """select a.*, b.name as catelogname from llm a, llmcatelog b where a.llmcatelogid = b.id