fix: 回复完了状态0

This commit is contained in:
晓丰 2025-07-20 21:10:33 +08:00
parent 43420a4191
commit 8f21521c6b

View File

@ -358,7 +358,7 @@ class DailymotionClient:
span_show.nth(0).click() span_show.nth(0).click()
pic_path = f'screenshots/{str(int(time.time()))}_{report_id}.png' pic_path = f'screenshots/{str(int(time.time()))}_{report_id}.png'
self.page.screenshot(path=pic_path) self.page.screenshot(path=pic_path)
return 1, pic_path return 0, pic_path
elif "open" in subsequent_status: elif "open" in subsequent_status:
return 1, "" return 1, ""