1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: shop_items is callable to utilize @Config

This commit is contained in:
nEEtdo0d 2022-01-19 21:58:02 -05:00
parent acaf89f026
commit f5a61336e4
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ class GuildShop(ShopBase, ShopUI):
shop_guild_items.load_cost_template_folder('./assets/shop/cost')
return shop_guild_items
@cached_property
def shop_items(self):
"""
Shared alias for all shops,

View File

@ -61,7 +61,6 @@ 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_items(self):
"""
Shared alias name for all shops,