1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 04:49:17 +08:00

Fix: handle shop items loading not finished

This commit is contained in:
Ray
2021-10-17 21:35:35 +08:00
parent aa54055867
commit bb49d99cee
2 changed files with 46 additions and 8 deletions

View File

@@ -62,6 +62,16 @@ class MedalShop(ShopBase):
shop_medal_items.similarity = 0.88 # Lower the threshold for consistent matches of PR/DRBP
return shop_medal_items
@cached_property
def shop_medal_default_price(self):
"""
return default price shows when shop items loading is not finished
Returns:
int
"""
return 5000
def shop_medal_check_item(self, item):
"""
Args: