1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2026-06-03 21:10:27 +00:00

leftover code from testing things

This commit is contained in:
2019-02-22 12:35:26 -07:00
parent d0505a641d
commit 87448cbe90
-1
View File
@@ -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