nesticot commited on
Commit
1c504ce
·
verified ·
1 Parent(s): fdc34ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ year_list = [2025,2024,2023,2022,2021,2020,2019,2018,2017]
36
 
37
  type_dict = {'R':'Regular',
38
  'P':'Playoffs',
39
- 'S':'Spring'}
 
40
 
41
  level_dict = {'1':'MLB',
42
  '11':'AAA',
 
36
 
37
  type_dict = {'R':'Regular',
38
  'P':'Playoffs',
39
+ 'S':'Spring',
40
+ 'E':'Exhibition'}
41
 
42
  level_dict = {'1':'MLB',
43
  '11':'AAA',