We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a17166 commit a46ad2bCopy full SHA for a46ad2b
1 file changed
db_update.py
@@ -150,6 +150,7 @@ def processEveTypes():
150
elif (
151
row['typeName_en-us'].startswith('Limited Synth ')
152
or row['typeName_en-us'].startswith('Expired ')
153
+ or re.match(r'Grand Prix .*Booster', row['typeName_en-us'])
154
or re.match(r'Mining Blitz .+ Booster Dose .+', row['typeName_en-us'])
155
or row['typeName_en-us'].endswith(' Filament') and (
156
"'Needlejack'" not in row['typeName_en-us'] and
0 commit comments