This commit is contained in:
yumoqing 2026-03-30 11:54:03 +08:00
parent 15313c148b
commit d24e028b40

View File

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