1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 10:43:33 +08:00

Merge pull request #1714 from LmeSzinc/bug_fix

Bug fix
This commit is contained in:
LmeSzinc
2022-10-09 00:02:59 +08:00
committed by GitHub
4 changed files with 59 additions and 9 deletions

View File

@@ -441,7 +441,7 @@ class AshBeaconAssist(Meta):
def _in_meta_assist_page(self):
# AL redirects to unfinished self beacon after assist, so switch back
if self.appear_then_click(BEACON_LIST, offset=(-20, -5, 300, 5)):
if self.appear_then_click(BEACON_LIST, offset=(-20, -5, 300, 5), interval=2):
return False
return self.appear(BEACON_MY, offset=(20, 20))