mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:07:36 +08:00
Fix: use ui_ensure to handle FATE(Unknown ui page) (#3885)
This commit is contained in:
parent
f70bb61ee6
commit
f3c48d1263
@ -188,7 +188,7 @@ class RewardShipyard(ShipyardUI, GeneralShop):
|
||||
# due to both text and number being
|
||||
# right-aligned together
|
||||
# Retrieve information from page_reshmenu instead
|
||||
self.ui_goto(page_reshmenu)
|
||||
self.ui_ensure(page_reshmenu)
|
||||
# OCR_SHOP_GOLD_COINS is slower than RESHMENU_CHECK
|
||||
timeout = Timer(1, count=1).start()
|
||||
skip_first_screenshot = True
|
||||
|
Loading…
Reference in New Issue
Block a user