i3pystatus.scores.mlb: Update default colors to reflect API change (#845)

The Arizona Diamondbacks are now identified using AZ instead of ARI.
This commit is contained in:
Erik Johnson 2023-04-04 10:35:51 -05:00 committed by GitHub
parent d93c61c90b
commit 60ac28b678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ class MLB(ScoresBackend):
required = ()
_default_colors = {
'ARI': '#A71930',
'AZ': '#A71930',
'ATL': '#CE1141',
'BAL': '#DF4601',
'BOS': '#BD3039',