mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-12 03:16:05 +08:00
Fix: missing colon
Fix: move last ui_click into while block for enhance once sequence for next enhancement
This commit is contained in:
@@ -130,7 +130,7 @@ class MeowfficerCollect(MeowfficerBase):
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.handle_meow_popup_dismiss()
|
||||
if self.handle_meow_popup_dismiss():
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.appear(MEOWFFICER_SR_CHECK, offset=(40, 40)):
|
||||
|
||||
Reference in New Issue
Block a user