mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
Update test_news_manager.py
remove sleep delay
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user