1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

fix: argument typo

This commit is contained in:
霞飛
2025-05-15 13:13:06 +08:00
committed by GitHub
parent 7ee0460e68
commit 95d732ab85

View File

@@ -114,4 +114,4 @@ class Selector():
else:
parser = OS_SHOP[preset]
FILTER.load(parser)
return FILTER.applys(items, func=[self.check_cl1_purple_coins, self.check_item_count])
return FILTER.applys(items, funcs=[self.check_cl1_purple_coins, self.check_item_count])