Update stockTicker.py
This commit is contained in:
parent
3d09fa5d2c
commit
2afc81fb9c
@ -7924,6 +7924,12 @@ class StockTicker():
|
||||
elif msg == 'SE':
|
||||
self.scrollFunctionsAnimated(['sector', 'sector'],animation = 'traditional')
|
||||
|
||||
elif msg == 'CL':
|
||||
self.scrollFunctionsAnimated(['clock1', 'clock1'],animation = 'traditional')
|
||||
|
||||
elif msg == 'CL2':
|
||||
self.scrollFunctionsAnimated(['clock2', 'clock2'],animation = 'traditional')
|
||||
|
||||
elif msg == 'A': #everything
|
||||
|
||||
#userSettings = ['display_gif', 'text', 'display_image', 'stocks', 'crypto', 'forex', 'today_weather', 'daily_weather', 'league_table', 'league_games', 'news'] # these wil be read from csv, just for demo
|
||||
|
Loading…
Reference in New Issue
Block a user