From fbfb50f95b965d5029446fafd644a19bc0db61bc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 29 Mar 2026 18:38:30 +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 5e9fc57..c862f88 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -353,7 +353,7 @@ async def add_new_llmusage_output(luid, rzt): 'input': io.get('input',{}), 'output': out }) - await await sor.U('llmusage', r) + await sor.U('llmusage', r) return async def query_task_status(request, upappid, apinames, luid, userid, taskid):