Files
2026-03-21 14:12:55 +01:00

4 lines
93 B
Python

def send(incident, summary):
print("🚨 INCIDENT :", incident["id"])
print(summary)