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': {