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:
@@ -48,7 +48,6 @@ def stockNews(ticker):
|
|||||||
for i in range(len(data)):
|
for i in range(len(data)):
|
||||||
news["link"].append(data[i]["url"])
|
news["link"].append(data[i]["url"])
|
||||||
news["title"].append(data[i]["headline"])
|
news["title"].append(data[i]["headline"])
|
||||||
print(i)
|
|
||||||
return news
|
return news
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user