diff --git a/wwwroot/get_my_asynctasks.dspy b/wwwroot/get_my_asynctasks.dspy index b6bf008..3fb6738 100644 --- a/wwwroot/get_my_asynctasks.dspy +++ b/wwwroot/get_my_asynctasks.dspy @@ -3,7 +3,7 @@ tasks = await get_today_asynctask_list(userid) for t in tasks: bin = await read_webpath(t.ioinfo) - t.ioinfo = json.loads(bin.decode('utf-8') + t.ioinfo = json.loads(bin.decode('utf-8')) return { 'status': 'ok',