From 7ab7119a992c101a3778ea94743c8062d4b4234c Mon Sep 17 00:00:00 2001 From: Accusys Date: Tue, 19 May 2026 13:23:09 +0800 Subject: [PATCH] fix: ASR processor indentation error --- scripts/asr_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/asr_processor.py b/scripts/asr_processor.py index 429c3d3..17c206c 100755 --- a/scripts/asr_processor.py +++ b/scripts/asr_processor.py @@ -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)