Skip to content

Commit

Permalink
i3pystatus.scores.mlb: Update default colors to reflect API change (e…
Browse files Browse the repository at this point in the history
…nkore#845)

The Arizona Diamondbacks are now identified using AZ instead of ARI.
  • Loading branch information
terminalmage authored Apr 4, 2023
1 parent d93c61c commit 60ac28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i3pystatus/scores/mlb.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class MLB(ScoresBackend):
required = ()

_default_colors = {
'ARI': '#A71930',
'AZ': '#A71930',
'ATL': '#CE1141',
'BAL': '#DF4601',
'BOS': '#BD3039',
Expand Down

0 comments on commit 60ac28b

Please sign in to comment.