Update events

This commit is contained in:
oldnapalm
2024-03-03 20:40:00 -03:00
parent f636c4cf4f
commit 2f34cf12a7
5 changed files with 98 additions and 78 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ with open("variant", "rb") as f:
variants = variants_pb2.FeatureResponse()
variants.ParseFromString(f.read())
keep = ['zwift_launcher_']
keep = ['zwift_launcher_', 'game_1_26_event_survey']
with open("../data/variants.txt") as f:
vs = [d for d in json.load(f)['variants'] if any(d['name'].startswith(s) for s in keep)]