buggfix
This commit is contained in:
parent
dbc003651e
commit
fc18560ef1
@ -139,6 +139,7 @@ async def async_uapi_request(request, llm, sor):
|
|||||||
return
|
return
|
||||||
if rzt.status == 'SUCCEEDED':
|
if rzt.status == 'SUCCEEDED':
|
||||||
debug(f'{b=} return successed')
|
debug(f'{b=} return successed')
|
||||||
|
await asyncio.sleep(1)
|
||||||
return
|
return
|
||||||
period = llm.query_period or 30
|
period = llm.query_period or 30
|
||||||
await asyncio.sleep(period)
|
await asyncio.sleep(period)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user