mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 17:24:04 +08:00
Fix: pass key to shop_items_loading_finished
This commit is contained in:
@@ -127,7 +127,7 @@ class ShopBase(UI):
|
|||||||
tag=False
|
tag=False
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.shop_items_loading_finished(item_grid.items):
|
if self.shop_items_loading_finished(item_grid.items, key):
|
||||||
break
|
break
|
||||||
|
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|||||||
Reference in New Issue
Block a user