mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Update stock_manager.py
slow down stock display
This commit is contained in:
@@ -224,5 +224,8 @@ class StockManager:
|
||||
# Update the display
|
||||
self.display_manager.update_display()
|
||||
|
||||
# Add a delay to make each stock visible longer (3 seconds)
|
||||
time.sleep(3)
|
||||
|
||||
# Move to next stock for next update
|
||||
self.current_stock_index = (self.current_stock_index + 1) % len(symbols)
|
||||
Reference in New Issue
Block a user