4 lines
93 B
Python
4 lines
93 B
Python
def send(incident, summary):
|
|
print("🚨 INCIDENT :", incident["id"])
|
|
print(summary)
|