From edfbea47d7dfafe52055e8d5cb95fccf5685af63 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 2 May 2025 10:52:02 -0500 Subject: [PATCH] add favorite team to ncaa FB config --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 25265811..000a207a 100644 --- a/config/config.json +++ b/config/config.json @@ -157,7 +157,7 @@ "live_update_interval": 15, "past_fetch_days": 7, "future_fetch_days": 7, - "favorite_teams": [], + "favorite_teams": ["UGA", "AUB"], "logo_dir": "assets/sports/ncaa_fbs_logos", "display_modes": { "ncaa_fb_live": true,