From 27eb2a2d0ecefd259a8d7bc4f25669a909cc354d Mon Sep 17 00:00:00 2001 From: rhino Date: Fri, 10 Apr 2026 22:05:50 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ecd31ca..6ccef48 100644 --- a/app.py +++ b/app.py @@ -83,7 +83,7 @@ def webhook(): except Exception as e: summary = f"Alert {alert_state}: {alert_name}. (Claude enrichment failed: {e})" - title = f"🔔 {alert_name} [{alert_state.upper()}]" + title = f"{alert_name} [{alert_state.upper()}]" send_ntfy(title, summary, priority=priority, tags=tags) return jsonify({"status": "ok"}), 200