chore(alerts): changed batch slack notify

This commit is contained in:
Taha Yassine Kraiem 2022-11-15 18:36:45 +01:00
parent 5b663febfe
commit 00a9cf0367

View file

@ -99,7 +99,8 @@ class Slack:
url=integration["endpoint"],
json={"attachments": attachments[i:i + 100]})
if r.status_code != 200:
print("!!!! something went wrong")
print("!!!! something went wrong while sending to:")
print(integration)
print(r)
print(r.text)