Update test_news_manager.py

remove sleep delay
This commit is contained in:
Chuck
2025-04-10 20:47:50 -05:00
parent be3c5da3f7
commit 80ac45cd73

View File

@@ -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")