diff --git a/__pycache__/stockTicker.cpython-37.pyc b/__pycache__/stockTicker.cpython-37.pyc index 5fe368a..982ce17 100644 Binary files a/__pycache__/stockTicker.cpython-37.pyc and b/__pycache__/stockTicker.cpython-37.pyc differ diff --git a/csv/tickers.csv b/csv/tickers.csv index 4fd7c6e..5cb9893 100644 --- a/csv/tickers.csv +++ b/csv/tickers.csv @@ -1,12 +1,20 @@ -MSFT,248.07,249.06 -NFLX,502.91,504.99 -GOOG,2365.73,2368.42 -TSLA,671,681.06 -AAPL,129.37,129.2 -INTC,56.87,56.96 -TXN,180.66,181.01 -HPQ,34.04,34.24 -HOG,48.42,48.33 -LUV,61.4,60.77 -WMT,140.88,140.71 -BJ,45.06,45.17 +MSFT,248.515,249.06 +NFLX,503.82,504.99 +GOOG,2370,2368.42 +TSLA,679.15,681.06 +AAPL,129.681,129.2 +INTC,56.995,56.96 +TXN,182.05,181.01 +HPQ,34.155,34.24 +HOG,48.61,48.33 +LUV,61.255,60.77 +WMT,140.61,140.71 +BJ,44.9502,45.17 +ETSY,187.4508,190.99 +G,46.86,47.25 +GDDY,82.7339,83.24 +GNRC,316.745,318.9 +PEP,143.83,143.715 +STMYELP,0,0 +XRAY,67.405,68.92 +ZTS,173.086,174.2 diff --git a/final.ppm b/final.ppm index 8eda2c8..a5bc108 100755 Binary files a/final.ppm and b/final.ppm differ diff --git a/stockTicker.py b/stockTicker.py index e9d445d..56ed695 100644 --- a/stockTicker.py +++ b/stockTicker.py @@ -339,8 +339,8 @@ if __name__ == '__main__': #t = time.time() #api_caller = pexpect.spawn("sudo -E python3 api_caller.py") #print('time to call api', time.time()-t) - stock_ticker.getFullStockImage() - stock_ticker.displayMatrix() + #stock_ticker.getFullStockImage() + #stock_ticker.displayMatrix() while True: