Update init_card_pool.py

This commit is contained in:
HibiKier 2021-06-17 09:48:04 +08:00 committed by GitHub
parent 8540cd29d6
commit 69b5547820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ def init_game_pool(game: str, data: dict, Operator: Any):
limited = False
recruit_only = False
event_only = False
print(key)
if '限定寻访' in data[key]['获取途径']:
limited = True
if '干员寻访' not in data[key]['获取途径'] and '公开招募' in data[key]['获取途径']: