mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: Missing screenshots in _tactical_get_finish()
This commit is contained in:
@@ -319,6 +319,7 @@ class RewardTacticalClass(UI):
|
||||
break
|
||||
if confirm_timer.reached():
|
||||
break
|
||||
self.device.screenshot()
|
||||
|
||||
buttons = [b for b, s in zip(grids.buttons, is_running) if s]
|
||||
ocr = Duration(buttons, letter=(148, 255, 99), name='TACTICAL_REMAIN')
|
||||
|
||||
Reference in New Issue
Block a user