diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 8d0acbd..6d05a1d 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -172,7 +172,7 @@ async def query_task_status(request, luid, onetime=False): 'error': f'{b},{e}' } if not new_output.get('status'): - e = Exception(f"{new_outpu=} {upappid=}, {apiname=} has not status field") + e = Exception(f"{new_output=} {upappid=}, {apiname=} has not status field") critical(f'{e}') raise e if lastoutout['status'] != new_output.get('status'):