From 9ec0c30875966334d87c989b21cb25de9251e633 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 13:41:27 -0500 Subject: [PATCH] Update favorite teams list to use TB instead of TBL for Tampa Bay Lightning --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 67edc11f..74ad6d35 100644 --- a/config/config.json +++ b/config/config.json @@ -72,7 +72,7 @@ "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, - "favorite_teams": ["TBL", "DAL"], + "favorite_teams": ["TB", "DAL"], "logo_dir": "assets/sports/nhl_logos", "display_modes": { "nhl_live": true,