mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Missing interval when clicking BEACON_LIST
This commit is contained in:
parent
02e696937f
commit
81504cbba7
@ -447,7 +447,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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user