Skip to content

Commit

Permalink
Update momo_talk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Dec 25, 2023
1 parent b8c95c4 commit f2d0642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions module/momo_talk.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,11 @@ def common_skip_plot_method(self):
fail_cnt += 1
if pd_menu_bright(self.latest_img_array):
self.logger.info("find MENU button")
self.click(1205, 34, wait=False)
self.click(1205, 34, wait=False,duration=0.3)
elif pd_skip_plot_button(self.latest_img_array):
self.logger.info("find SKIP PLOT button")
self.click(1213, 116, wait=False)
self.click(1213, 116, wait=False,duration=0.3)
time.sleep(0.3)
self.logger.info("Didn't find confirm button, fail count: " + str(fail_cnt))
time.sleep(self.screenshot_interval)
self.logger.info("skip plot fail")
Expand Down

0 comments on commit f2d0642

Please sign in to comment.