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, ""