diff --git a/tickerInfo.py b/tickerInfo.py index 5eb9659..be36a50 100644 --- a/tickerInfo.py +++ b/tickerInfo.py @@ -29,7 +29,6 @@ def tickerQuote(tickers): print(ticker + " Quote Gathered") else: stockData[ticker] = 0 - print(stockData) return stockData