Skip to content

Commit 57bc909

Browse files
committed
add print content for debuuging
1 parent 592abac commit 57bc909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flaskAlert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
def postAlertmanager():
2020

2121
content = json.loads(request.get_data())
22-
22+
print(content)
2323
try:
2424

2525
for alert in content['alerts']:

0 commit comments

Comments
 (0)