Use added alert message

This commit is contained in:
2026-08-17 17:28:41 +02:00
parent 9ef4b584a4
commit 44a6be9090
+2 -1
View File
@@ -234,7 +234,8 @@ def alert():
room_id=webex_room_id,
alert_type=alert_type,
alert_message=alert_message,
alert_id=str(saved_alert.inserted_id)
alert_id=str(saved_alert.inserted_id),
added_alert_info=True
)
webex_status = "reused_room"
room_link = f"https://web.webex.com/spaces/{webex_room_id}"