mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Missing cached_property decorator on shop_guild_items (fixed #2898)
This commit is contained in:
@@ -18,6 +18,7 @@ class GuildShop(ShopClerk, ShopUI, ShopStatus):
|
||||
"""
|
||||
return self.config.GuildShop_Filter.strip()
|
||||
|
||||
@cached_property
|
||||
def shop_guild_items(self):
|
||||
"""
|
||||
Returns:
|
||||
|
||||
Reference in New Issue
Block a user