(minor) add missing newline
This commit is contained in:
parent
eef31b5631
commit
5a34e6f3ed
@ -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 += (
|
||||
|
Loading…
Reference in New Issue
Block a user