1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

Formatting

This commit is contained in:
Anson 2019-02-12 20:08:59 -07:00
parent 7485285426
commit d84324c818

View File

@ -86,7 +86,7 @@ def news(bot, update):
news = tickerInfo.stockNews(ticker)
for i in range(3):
message = "{}\n[{}]({})".format(
message = "{}\n\n[{}]({})".format(
message, news["title"][i], news["link"][i]
)