finnhub api added, running va server leads to a crash

This commit is contained in:
Neythen
2021-04-28 20:39:30 +01:00
parent df0735c6b5
commit 00bf284d33
7 changed files with 55 additions and 22 deletions

View File

@@ -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