From 8f0a50c803d9c07c86f70d26de5a815595a50057 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Apr 2026 17:58:36 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 72f7162..061abca 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -189,5 +189,5 @@ async def query_task_status(request, luid, onetime=False): if onetime: critical(f'onetime is true, returned') await asyncio.sleep(llm.query_period or 30) - critical(f'{llm.query_period=} seconds will retry, {changed.status=}') + critical(f'{llm.query_period=} seconds will retry, {new_output["status"]=}')