From 8f21521c6be75b7bd2a74273c96abb6811621d9f Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sun, 20 Jul 2025 21:10:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E5=A4=8D=E5=AE=8C=E4=BA=86?= =?UTF-8?q?=E7=8A=B6=E6=80=810?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_video.py b/report_video.py index 1309881..b216f63 100644 --- a/report_video.py +++ b/report_video.py @@ -358,7 +358,7 @@ class DailymotionClient: span_show.nth(0).click() pic_path = f'screenshots/{str(int(time.time()))}_{report_id}.png' self.page.screenshot(path=pic_path) - return 1, pic_path + return 0, pic_path elif "open" in subsequent_status: return 1, ""