chore(alerts): changed batch slack notify
This commit is contained in:
parent
5b663febfe
commit
00a9cf0367
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue