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