mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
Formatting
This commit is contained in:
parent
7485285426
commit
d84324c818
@ -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]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user