From d8a9ac5222755204a4bdc7311cfc937f0a8210ab Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:27:57 -0500 Subject: [PATCH] remove .1s sleep that slows down the scrolling --- src/display_controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/display_controller.py b/src/display_controller.py index eec30f77..55097617 100644 --- a/src/display_controller.py +++ b/src/display_controller.py @@ -342,7 +342,6 @@ class DisplayController: self.nba_live.display(force_clear=self.force_clear) self.force_clear = False - time.sleep(0.1) # Small delay to prevent CPU overuse continue # Skip the rest of the loop to stay on live games # Only proceed with mode switching if no live games