From 15313c148bf5e73f396663f7bab272b4316bdc44 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 11:46:07 +0800 Subject: [PATCH] bugfix --- wwwroot/grap_task_status.dspy | 1 - 1 file changed, 1 deletion(-) diff --git a/wwwroot/grap_task_status.dspy b/wwwroot/grap_task_status.dspy index a5dc378..920d1c5 100644 --- a/wwwroot/grap_task_status.dspy +++ b/wwwroot/grap_task_status.dspy @@ -6,7 +6,6 @@ async with get_sor_context(request._run_ns, 'llmage') as sor: exception(f'{e}') raise e llmusage = recs[0] -request, upappid, apinames, luid, userid, taskid recs = await sor.R('llm', {'id': llmusage.llmid}) if len(recs) == 0: e = Exception(f'{llmusage.llmid=} not found in llm')