From d84324c818c2fa0d4717de4392394380c094b161 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 12 Feb 2019 20:08:59 -0700 Subject: [PATCH] Formatting --- bot/stockBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/stockBot.py b/bot/stockBot.py index 346d01b..c50fe85 100644 --- a/bot/stockBot.py +++ b/bot/stockBot.py @@ -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] )