Skip to content

Commit

Permalink
Merge pull request #481 from alexindaco/master
Browse files Browse the repository at this point in the history
added missing hockey stat fields names
  • Loading branch information
cwendt94 authored Oct 24, 2023
2 parents 38860d4 + 641e805 commit f268c46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions espn_api/hockey/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'16': '16',
'17': 'PIM',
'18': 'PPG',
'19': '19',
'19': 'PPA',
'20': 'SHG',
'21': 'SHA',
'22': 'GWG',
Expand All @@ -97,9 +97,9 @@
'32': 'BLK',
'33': 'DEF',
'34': 'GP',
'35': '35',
'36': '36',
'37': '37',
'35': 'STPG',
'36': 'STPA',
'37': 'STP',
'38': 'PPP',
'39': 'SHP',
'40': '40',
Expand Down

0 comments on commit f268c46

Please sign in to comment.