fix: 回复完了状态0
This commit is contained in:
parent
43420a4191
commit
8f21521c6b
@ -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, ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user