mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Opt: Add missing name of handle_popup_confirm() calls
This commit is contained in:
@@ -298,7 +298,7 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
||||
raise MapWalkError('walk_out_of_step')
|
||||
else:
|
||||
continue
|
||||
if self.handle_popup_confirm():
|
||||
if self.handle_popup_confirm('WALK_UNTIL_STABLE'):
|
||||
# Confirm to submit items, in siren scanning devices
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
@@ -632,7 +632,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
||||
def run_strategic_search(self):
|
||||
self.handle_ash_beacon_attack()
|
||||
|
||||
logger.info('Run strategy search')
|
||||
logger.hr('Run strategy search', level=2)
|
||||
self.os_auto_search_run(strategic=True)
|
||||
|
||||
self.hp_reset()
|
||||
|
||||
Reference in New Issue
Block a user