This commit is contained in:
yumoqing 2026-04-09 16:29:05 +08:00
parent e3e52b156c
commit 466a90ca37

View File

@ -3,7 +3,7 @@ tasks = await get_today_asynctask_list(userid)
for t in tasks: for t in tasks:
bin = await read_webpath(t.ioinfo) bin = await read_webpath(t.ioinfo)
t.ioinfo = json.loads(bin.decode('utf-8') t.ioinfo = json.loads(bin.decode('utf-8'))
return { return {
'status': 'ok', 'status': 'ok',