tingwu_new
All checks were successful
Deploy to Server / deploy (push) Successful in 17s

This commit is contained in:
jeremygan2021
2026-03-11 22:25:58 +08:00
parent cb10c42d11
commit c1fadf1344
2 changed files with 26 additions and 5 deletions

View File

@@ -116,6 +116,7 @@ class TranscriptionTaskViewSet(viewsets.ModelViewSet):
pass # Ignore invalid project_id
task_record = TranscriptionTask.objects.create(**task_data)
logger.info(f"Created TranscriptionTask {task_record.id} with project_id={project_id}")
# 3. 调用听悟接口创建任务
try: