From 5a34e6f3ed0c524f03545e5ddf874406363809bb Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sun, 8 Dec 2024 18:16:15 -0800 Subject: [PATCH] (minor) add missing newline --- token_bot/tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token_bot/tracker.py b/token_bot/tracker.py index d51bc6f..204d32a 100644 --- a/token_bot/tracker.py +++ b/token_bot/tracker.py @@ -456,7 +456,7 @@ class Tracker(Extension): alert_str = ( f"Last Alerting Price Value: {format(trigger.last_alerting[1], ",")}\n" f"Last Alerting Time: {trigger.last_alerting[0].strftime('%Y-%m-%d %H:%M:%S UTC')}\n" - f"[Link to this Chart]({self._render_token_url(alert)})" + f"[Link to this Chart]({self._render_token_url(alert)})\n" ) if user is not None and user.user_id == 265678699435655169: alert_str += (