From a29a556e1f735076c55edea7fd5efdd8d9424136 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 2 Aug 2026 05:25:20 -0400 Subject: [PATCH] fantasy debug default --- scoreboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scoreboard.py b/scoreboard.py index 009fbc1..f9aa082 100644 --- a/scoreboard.py +++ b/scoreboard.py @@ -5,7 +5,7 @@ import vars class ScoreboardMatrix(): logo_cache = {} - current_slide = "score" + current_slide = "fantasy" options = RGBMatrixOptions() options.rows = 32 options.cols = 64