From ae58355175a291544c100450222c1bf3abba2ba4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Apr 2026 17:07:08 +0800 Subject: [PATCH] bugfix --- wwwroot/tasks/index.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/tasks/index.dspy b/wwwroot/tasks/index.dspy index 7f6bbb9..02656c4 100644 --- a/wwwroot/tasks/index.dspy +++ b/wwwroot/tasks/index.dspy @@ -1,5 +1,5 @@ taskid = params_kw.taskid -s = await get_asynctask_status(taskid) +s = await get_asynctask_status(request, taskid) return { 'status': 'ok', 'data': {