mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Update slack_backend.py
This commit is contained in:
@@ -50,6 +50,7 @@ class SlackBackend(AWXBaseEmailBackend):
|
||||
else:
|
||||
ret = connection.api_call("chat.postMessage",
|
||||
channel=r,
|
||||
as_user=True,
|
||||
text=m.subject)
|
||||
logger.debug(ret)
|
||||
if ret['ok']:
|
||||
|
||||
Reference in New Issue
Block a user