minor layout fix
This commit is contained in:
parent
70189bdfdf
commit
271da76900
@ -1804,7 +1804,7 @@ class StockTicker():
|
||||
|
||||
for i, location in enumerate(locations):
|
||||
try:
|
||||
img = Image.new('RGB', (203, 32))
|
||||
img = Image.new('RGB', (208, 32))
|
||||
|
||||
|
||||
current_weather = current_weathers[location]
|
||||
@ -2720,7 +2720,7 @@ if __name__ == '__main__':
|
||||
#stock_ticker.process_msg('G')
|
||||
#stock_ticker.process_msg('f')
|
||||
#stock_ticker.process_msg('W')
|
||||
stock_ticker.process_msg('A')
|
||||
#stock_ticker.process_msg('A')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user