From f9a53c622bdc25ee4a1470dc7a1990dbbd2398a2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 31 Mar 2026 11:43:01 +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 4b87848..33cdcfb 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -181,7 +181,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid): 'output': d }) except Exception as e: - exception(f'{e}') + exception(f'{e}, {b=}') changed = { 'status': 'FAILED', 'output': {'status': 'FAILED', 'error': str(e)}