finnhub api added, running va server leads to a crash
This commit is contained in:
@@ -128,7 +128,8 @@ def matrix():
|
||||
global LastCommand
|
||||
if "Run Display" in request.form:
|
||||
pass
|
||||
stock_ticker.runStockTicker(command, DelayTime, speedTime)
|
||||
#stock_ticker.runStockTicker(command, DelayTime, speedTime)
|
||||
stock_ticker.displayMatrix()
|
||||
LastCommand = 'Run display'
|
||||
elif "Stop Display (at next refresh)" in request.form:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user