bugfix
This commit is contained in:
parent
5be7aa9d3a
commit
a082c41dbc
@ -136,7 +136,8 @@ async def async_uapi_request(request, llm, sor):
|
|||||||
if not rzt.status or rzt.status == 'FAILED':
|
if not rzt.status or rzt.status == 'FAILED':
|
||||||
debug(f'{b=} return error')
|
debug(f'{b=} return error')
|
||||||
return
|
return
|
||||||
if rzt.url:
|
if rzt.status == 'SUCCESSED':
|
||||||
|
debug(f'{b=} return successed')
|
||||||
return
|
return
|
||||||
period = llm.query_period or 30
|
period = llm.query_period or 30
|
||||||
asyncio.sleep(period)
|
asyncio.sleep(period)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user