mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Missing cached_property decorator on shop_guild_items (fixed #2898)
This commit is contained in:
parent
7460deb799
commit
8b246421bf
@ -18,6 +18,7 @@ class GuildShop(ShopClerk, ShopUI, ShopStatus):
|
||||
"""
|
||||
return self.config.GuildShop_Filter.strip()
|
||||
|
||||
@cached_property
|
||||
def shop_guild_items(self):
|
||||
"""
|
||||
Returns:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user