Skip to content

Commit a46ad2b

Browse files
committed
Unpublish grand prix boosters
1 parent 7a17166 commit a46ad2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

db_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def processEveTypes():
150150
elif (
151151
row['typeName_en-us'].startswith('Limited Synth ')
152152
or row['typeName_en-us'].startswith('Expired ')
153+
or re.match(r'Grand Prix .*Booster', row['typeName_en-us'])
153154
or re.match(r'Mining Blitz .+ Booster Dose .+', row['typeName_en-us'])
154155
or row['typeName_en-us'].endswith(' Filament') and (
155156
"'Needlejack'" not in row['typeName_en-us'] and

0 commit comments

Comments
 (0)