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

Fix: Auto search option handling after retire

This commit is contained in:
LmeSzinc
2021-09-18 18:45:35 +08:00
parent 57c15e6ebb
commit b2ea5f897f
2 changed files with 5 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ class RewardCommission(UI, InfoHandler):
in: page_commission
out: page_commission, info_bar, commission details unfold
"""
logger.hr(f'Start commission')
logger.hr(f'Start commission', level=2)
self.interval_clear(COMMISSION_ADVICE)
self.interval_clear(COMMISSION_START)
comm_timer = Timer(7)
@@ -227,6 +227,7 @@ class RewardCommission(UI, InfoHandler):
while 1:
if comm_timer.reached():
self.device.click(comm.button)
self.device.sleep(0.3)
comm_timer.reset()
if self.handle_popup_confirm():