ai tools finished
This commit is contained in:
@ -200,6 +200,8 @@ async def export_video(req: ExportRequest):
|
||||
result["srt_path"] = srt_path
|
||||
return result
|
||||
|
||||
except HTTPException:
|
||||
raise
|
||||
except ValueError as e:
|
||||
raise HTTPException(status_code=400, detail=str(e))
|
||||
except RuntimeError as e:
|
||||
|
||||
Reference in New Issue
Block a user