From 28ea5505df97adf9fa1534db844963475bdef431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=B6=AF=E5=8F=A4=E5=B7=B7?= Date: Fri, 27 Oct 2023 17:06:30 +0800 Subject: [PATCH] Update gui.py --- gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.py b/gui.py index 031359c..851c8d2 100644 --- a/gui.py +++ b/gui.py @@ -188,7 +188,7 @@ class SubtitleRemoverGUI: ret, frame = self.video_cap.read() if ret: for video in self.video_paths: - print(f"Open Video Success':{video}") + print(f"Open Video Success:{video}") # 获取视频的帧数 self.frame_count = self.video_cap.get(cv2.CAP_PROP_FRAME_COUNT) # 获取视频的高度