Skip to content

Commit

Permalink
修复活动bug
Browse files Browse the repository at this point in the history
  • Loading branch information
veadex committed Dec 24, 2024
1 parent 55244d5 commit e7959ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autowsgr/fight/event/event_2024_1219.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _change_fight_map(self, chapter_id, map_id):
def _go_map_page(self):
self.timer.go_main_page()
self.timer.click_image(self.event_image[5], timeout=10)
if self.timer.image_exist(self.event_image[6], timeout=2):
if self.timer.wait_image(self.event_image[6], timeout=2):
self.timer.relative_click(0.618, 0.564)
self._go_map_page()

Expand Down

0 comments on commit e7959ac

Please sign in to comment.