mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update init_card_pool.py
This commit is contained in:
parent
8540cd29d6
commit
69b5547820
@ -8,7 +8,6 @@ def init_game_pool(game: str, data: dict, Operator: Any):
|
|||||||
limited = False
|
limited = False
|
||||||
recruit_only = False
|
recruit_only = False
|
||||||
event_only = False
|
event_only = False
|
||||||
print(key)
|
|
||||||
if '限定寻访' in data[key]['获取途径']:
|
if '限定寻访' in data[key]['获取途径']:
|
||||||
limited = True
|
limited = True
|
||||||
if '干员寻访' not in data[key]['获取途径'] and '公开招募' in data[key]['获取途径']:
|
if '干员寻访' not in data[key]['获取途径'] and '公开招募' in data[key]['获取途径']:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user