mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-24 19:10:00 +08:00
Fix: skinbox position filter should be string
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user