Skip to content

Commit

Permalink
Update explore_normal_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 17, 2024
1 parent 854f4bd commit 437e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/explore_normal_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def wait_over(self, will_fight=False):
for position, click in img_possibles.items():
if image.compare_image(self, position, need_log=False):
self.logger.info("find " + position)
self.click(click[0], click[1], False)
self.click(click[0], click[1])
self.latest_screenshot_time = time.time()
break

Expand Down

0 comments on commit 437e62c

Please sign in to comment.