Update app.py

This commit is contained in:
rhino 2026-04-10 22:05:50 +00:00
parent 73f836df60
commit 27eb2a2d0e

2
app.py
View file

@ -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