mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-07-25 23:51:41 +00:00
Formatting
This commit is contained in:
@@ -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]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user