diff --git a/module/shop/shop_general.py b/module/shop/shop_general.py index 4133b4e71..4bfec1982 100644 --- a/module/shop/shop_general.py +++ b/module/shop/shop_general.py @@ -33,7 +33,7 @@ class GeneralShop_250814(ShopClerk, ShopUI, ShopStatus): Returns: set[int]: """ - skinbox_filter = self.config.GeneralShop_SkinBoxPositionFilter.strip() + skinbox_filter = str(self.config.GeneralShop_SkinBoxPositionFilter).strip() if not skinbox_filter: return None SKINBOX_POSITION_FILTER.load(skinbox_filter)