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