mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 08:45:25 +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()
|
return self.config.GuildShop_Filter.strip()
|
||||||
|
|
||||||
|
@cached_property
|
||||||
def shop_guild_items(self):
|
def shop_guild_items(self):
|
||||||
"""
|
"""
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user