From e803dea8220ff3bba7fccefdfe4a07f76c4f0672 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 1 Apr 2026 19:03:16 +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 6766e7c..4f10997 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -64,7 +64,7 @@ async def grab_task_status(request, taskid): await asyncio.sleep(0.2) except Exception as e: - exception(f'{e}, {b=}') + exception(f'{e}') changed = { 'status': 'FAILED', 'output': {'status': 'FAILED', 'error': str(e)}