mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 07:56:12 +08:00
Fix: use ui_ensure to handle FATE(Unknown ui page) (#3885)
This commit is contained in:
@@ -188,7 +188,7 @@ class RewardShipyard(ShipyardUI, GeneralShop):
|
|||||||
# due to both text and number being
|
# due to both text and number being
|
||||||
# right-aligned together
|
# right-aligned together
|
||||||
# Retrieve information from page_reshmenu instead
|
# 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
|
# OCR_SHOP_GOLD_COINS is slower than RESHMENU_CHECK
|
||||||
timeout = Timer(1, count=1).start()
|
timeout = Timer(1, count=1).start()
|
||||||
skip_first_screenshot = True
|
skip_first_screenshot = True
|
||||||
|
|||||||
Reference in New Issue
Block a user