mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 13:42: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
|
# Run the news display in a loop
|
||||||
while True:
|
while True:
|
||||||
news_manager.display_news()
|
news_manager.display_news()
|
||||||
time.sleep(0.05) # Small delay between updates
|
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("\nTest interrupted by user")
|
print("\nTest interrupted by user")
|
||||||
|
|||||||
Reference in New Issue
Block a user