Update db_engine.py

Move 2023 from primary to secondary in the gauntlet
This commit is contained in:
Cal Corum 2023-11-29 10:34:41 -06:00
parent eb49ded2d4
commit dbbe257654

View File

@ -46,8 +46,8 @@ CARDSETS = {
'secondary': [13, 5] # 2018, 2019 'secondary': [13, 5] # 2018, 2019
}, },
'gauntlet-3': { 'gauntlet-3': {
'primary': [13, 9], # 2018, 2023 'primary': [13], # 2018
'secondary': [5, 11] # 2019, 2016 'secondary': [5, 11, 9] # 2019, 2016, 2023
} }
} }