Update stockTicker.py
This commit is contained in:
parent
f3c6575b79
commit
2ca525337c
@ -716,9 +716,14 @@ class StockTicker():
|
||||
'White':(255,255,255),
|
||||
'Red':(255,0,0),
|
||||
'Green':(0,255,0),
|
||||
'Dark Green':(0,100,0),
|
||||
'Blue':(0,0,255),
|
||||
'Purple':(255,0,255),
|
||||
'Purple':(145,0,255),
|
||||
'Pink':(255,0,255),
|
||||
'Yellow':(255,255,0),
|
||||
'Orange':(255,130,0),
|
||||
'Gold':(255,190,0),
|
||||
'Gray':(100,100,100),
|
||||
'Cyan':(0,255,255)}
|
||||
imgs = []
|
||||
for ind, message in enumerate(all_settings['messages']):
|
||||
|
Loading…
Reference in New Issue
Block a user