1
0
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:
Ray
2021-10-17 22:19:31 +08:00
parent 14ddf993eb
commit 0a13719c7a

View File

@@ -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()