Skip to content

Commit 6e1604b

Browse files
committed
解决冲突
1 parent f584339 commit 6e1604b

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

backend/tools/subtitle_ocr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def ocr_task_consumer(ocr_queue, raw_subtitle_path, sub_area, video_path, option
181181
except queue.Empty:
182182
print("OCR consumer timeout: no task received in 300 seconds, exiting.")
183183
progress_queue.put(-1)
184-
>>>>>>> REPLACE
185184
break
186185
except Exception as e:
187186
print(f"OCR consumer error at frame {data.get('i', '?')}: {e}")

0 commit comments

Comments
 (0)