bugfix
This commit is contained in:
parent
c3bd085d57
commit
bf21a18335
@ -47,6 +47,7 @@ async def write_llmio(luid, io_dic):
|
||||
s = json.dumps(io_dic, ensure_ascii=False, indent=4)
|
||||
name = f'{luid}.json'
|
||||
webpath = await fs.save(name, s, userid='llmio')
|
||||
debug(f'write_llmio({luid=}, {io_dic=}): {s=}, {webpath=}')
|
||||
return webpath
|
||||
|
||||
async def llm_query_orders(userorgid, page, pagerows=80):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user