diff --git a/bot/tickerInfo.py b/bot/tickerInfo.py index c6c9307..ebb52b7 100644 --- a/bot/tickerInfo.py +++ b/bot/tickerInfo.py @@ -48,7 +48,6 @@ def stockNews(ticker): for i in range(len(data)): news["link"].append(data[i]["url"]) news["title"].append(data[i]["headline"]) - print(i) return news