Update stockTicker.py
This commit is contained in:
parent
3d09fa5d2c
commit
2afc81fb9c
@ -7923,6 +7923,12 @@ class StockTicker():
|
|||||||
|
|
||||||
elif msg == 'SE':
|
elif msg == 'SE':
|
||||||
self.scrollFunctionsAnimated(['sector', 'sector'],animation = 'traditional')
|
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
|
elif msg == 'A': #everything
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user