bugfix
This commit is contained in:
parent
a315858555
commit
fd8e0a6f28
@ -138,7 +138,7 @@ async def add_new_llmusage_output(luid, newd):
|
|||||||
def get_llmusage_last_output(llmusage):
|
def get_llmusage_last_output(llmusage):
|
||||||
io = json.loads(r.ioinfo)
|
io = json.loads(r.ioinfo)
|
||||||
outs = io.get('output', [])
|
outs = io.get('output', [])
|
||||||
if len(outs) == 0
|
if len(outs) == 0:
|
||||||
return None
|
return None
|
||||||
d = DictObject(**outs[-1])
|
d = DictObject(**outs[-1])
|
||||||
return d
|
return d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user