This commit is contained in:
Neythen
2021-06-21 17:41:18 +01:00
parent 1affe0f330
commit eb3d52a071
9 changed files with 11 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ ALLOWED_EXTENSIONS = {'csv', 'png'}
#time.sleep(10) # let api calls finish
ticker = pexpect.spawn("sudo -E python3 stockTicker.py")
ticker.sendline('S') # run by default
ticker.sendline('A') # run by default
#stock_ticker = StockTicker()
def allowed_file(filename):