Skip to content

Commit ac91826

Browse files
author
Dave North
committed
style
1 parent 9feb925 commit ac91826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda/iam-notify-slack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
from slacker import Slacker
44

5+
56
def send_to_slack(message, attachment, channel, key):
67
status = True
78
print("sending slack message " + message)

0 commit comments

Comments
 (0)