1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +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
)
if self.shop_items_loading_finished(item_grid.items):
if self.shop_items_loading_finished(item_grid.items, key):
break
self.device.screenshot()