From 2b27bfe1a4e8f2f6aa5b8c03e0707c08b2d2585c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 3 Apr 2026 14:12:27 +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 2c9087c..fd0cda0 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -180,7 +180,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid): changed = None while status != 'SUCCEEDED': ns = {'taskid': taskid} - d = None + b = d = None try: b = await uapi.call(upappid, apiname, userid, params=ns) if isinstance(b, bytes):