fix: ASR processor indentation error

This commit is contained in:
Accusys
2026-05-19 13:23:09 +08:00
parent 67ca846ccd
commit 7ab7119a99

View File

@@ -345,7 +345,7 @@ def run_asr(video_path, output_path, uuid: str = "", fps: float = None):
"scene_number": scene_idx + 1,
"language": seg_language,
})
total_segments += 1
total_segments += 1
# 當前 scene 結果寫入 .asr.tmp
all_segments.extend(scene_segments)