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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user