From 80ac45cd7309c9d850abcb40a673acf9302d8711 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:47:50 -0500 Subject: [PATCH] Update test_news_manager.py remove sleep delay --- test_news_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_news_manager.py b/test_news_manager.py index 4006c2f6..310a4ff9 100644 --- a/test_news_manager.py +++ b/test_news_manager.py @@ -35,7 +35,6 @@ def main(): # Run the news display in a loop while True: news_manager.display_news() - time.sleep(0.05) # Small delay between updates except KeyboardInterrupt: print("\nTest interrupted by user")