From d24e028b40fada9d21564c5508e4bb0bb63ffdb3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 11:54:03 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 2cac7b6..2d9728f 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -149,7 +149,6 @@ async def query_task_status(request, upappid, apinames, luid, userid, taskid): b = b.decode('utf-8') d = json.loads(b) except Exception as e: - e = Exception(f'{e}') exception(f'{e}') changed = { 'status': 'FAILED',