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',