From 87448cbe90dcd76ad9eb41c65a57743f1cf945cf Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 22 Feb 2019 12:35:26 -0700 Subject: [PATCH] leftover code from testing things --- bot/tickerInfo.py | 1 - 1 file changed, 1 deletion(-) 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