diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 68933f2..eb90675 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -168,7 +168,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid): exception(f'{e}, {b=}') new_output = { 'status': 'FAILED', - 'error': f'{b},{e}}' + 'error': f'{b},{e}' } if lastoutout['status'] != new_output['status']: llmusage.status = new_output['status']