1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 22:37:00 +08:00

Fix: 纠正拼写错误

This commit is contained in:
LmeSzinc
2020-05-05 02:54:23 +08:00
parent 93c6293836
commit fc7e16835f
4 changed files with 4 additions and 4 deletions

View File

@@ -10,9 +10,9 @@ class StoryHandler(PopupHandler):
return True
if self.appear(STORY_LETTER_BLACK) and self.appear_then_click(STORY_LETTERS_ONLY, offset=True, interval=2):
return True
if self.appear_then_click(STORY_CHOOCE, offset=True, interval=2):
if self.appear_then_click(STORY_CHOOSE, offset=True, interval=2):
return True
if self.appear_then_click(STORY_CHOOCE_2, offset=True, interval=2):
if self.appear_then_click(STORY_CHOOSE_2, offset=True, interval=2):
return True
return False