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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user