This commit is contained in:
yumoqing 2026-04-01 19:03:16 +08:00
parent a34eb2c873
commit e803dea822

View File

@ -64,7 +64,7 @@ async def grab_task_status(request, taskid):
await asyncio.sleep(0.2) await asyncio.sleep(0.2)
except Exception as e: except Exception as e:
exception(f'{e}, {b=}') exception(f'{e}')
changed = { changed = {
'status': 'FAILED', 'status': 'FAILED',
'output': {'status': 'FAILED', 'error': str(e)} 'output': {'status': 'FAILED', 'error': str(e)}