bug fix
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user