bugfix
This commit is contained in:
parent
e3e52b156c
commit
466a90ca37
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user