From 73bb07dd12150fd47c429111503c1f4118a64bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 14 Dec 2022 18:42:12 +0100 Subject: [PATCH] Add unit to downtime duration --- alertbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alertbot.py b/alertbot.py index 1a5791b..c7478f1 100644 --- a/alertbot.py +++ b/alertbot.py @@ -109,7 +109,7 @@ def uptime_kuma_resolved_to_markdown(alert_data: dict): * **Status:** {alert_data["heartbeat"]["msg"]} * **Started at:** {alert_data["heartbeat"]["time"]} -* Duration until resolved {alert_data["heartbeat"]["duration"]} +* Duration until resolved {alert_data["heartbeat"]["duration"]}s * **Tags:** {tags_readable} * **Source:** "Uptime Kuma" """