Skip to content

Commit

Permalink
Merge pull request #562 from MLB-LED-Scoreboard/athletics-rename
Browse files Browse the repository at this point in the history
Athletics are no longer in Oakland
  • Loading branch information
ty-porter authored Nov 4, 2024
2 parents e8f2829 + 05d7965 commit f6c0908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/teams.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# TEAM_ABBR_LN = {t['name']:t['abbreviation'] for t in teams}

TEAM_FULL = {
"Athletics": "Oakland Athletics",
"Athletics": "Athletics",
"Pirates": "Pittsburgh Pirates",
"Padres": "San Diego Padres",
"Mariners": "Seattle Mariners",
Expand Down Expand Up @@ -39,7 +39,7 @@
}

TEAM_ABBR_LN = {
"Oakland Athletics": "OAK",
"Athletics": "ATH",
"Pittsburgh Pirates": "PIT",
"San Diego Padres": "SD",
"Seattle Mariners": "SEA",
Expand Down

0 comments on commit f6c0908

Please sign in to comment.