mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: Infinite click on switch when switch is unknown
- Increase ui retry interval for potato device
This commit is contained in:
@@ -65,7 +65,7 @@ class ExerciseCombat(HpDaemon, OpponentChoose, ExerciseEquipment):
|
||||
if self.appear_then_click(EXP_INFO_D):
|
||||
continue
|
||||
# Last D rank screen
|
||||
if self.appear_then_click(OPTS_INFO_D, offset=(30,30)):
|
||||
if self.appear_then_click(OPTS_INFO_D, offset=(30, 30)):
|
||||
continue
|
||||
|
||||
# Quit
|
||||
|
||||
Reference in New Issue
Block a user