1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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])