nesticot commited on
Commit
295bea4
·
verified ·
1 Parent(s): e32cf19

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +9 -9
functions/PitchPlotFunctions.py CHANGED
@@ -90,15 +90,15 @@ class PitchPlotFunctions:
90
  # Define the sport_id_dict method
91
  def sport_id_dict(self):
92
  # Dictionary mapping sport IDs to their names
93
- dict = {'1':'MLB',
94
- '11':'AAA',
95
- '12':'AA',
96
- '13':'A+',
97
- '14':'A',
98
- '17':'AFL',
99
- '22':'College',
100
- '21':'Prospects',
101
- '51':'International' }
102
  return dict
103
 
104
  # Define the team_logos method
 
90
  # Define the sport_id_dict method
91
  def sport_id_dict(self):
92
  # Dictionary mapping sport IDs to their names
93
+ dict = {1:'MLB',
94
+ 11:'AAA',
95
+ 12:'AA',
96
+ 13:'A+',
97
+ 14:'A',
98
+ 17:'AFL',
99
+ 22:'College',
100
+ 21:'Prospects',
101
+ 51:'International' }
102
  return dict
103
 
104
  # Define the team_logos method