mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
leftover code from testing things
This commit is contained in:
parent
d0505a641d
commit
87448cbe90
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user