From 41524be8fcb7c0d09f073c134e84bcddbed5d33b Mon Sep 17 00:00:00 2001 From: Fiber Date: Mon, 21 Oct 2024 08:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/esd_bleeding_view_tool/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/esd_bleeding_view_tool/__init__.py b/src/esd_bleeding_view_tool/__init__.py index 5013e2b..633da61 100644 --- a/src/esd_bleeding_view_tool/__init__.py +++ b/src/esd_bleeding_view_tool/__init__.py @@ -115,6 +115,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): def start(self): ## 调用start函数 + self.load_video() self.show_text("started\n") def pause(self):