BUG: 'from' not passed or needed for Slack

This commit is contained in:
barbequesauce 2018-08-03 14:40:18 -04:00 committed by GitHub
parent 41f19fb8f6
commit 94daa3ee50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -488,11 +488,6 @@ class SLACK:
module = ''
module += '[NOTIFIER]'
if sent_to is None:
attachment_text += ' from ' + prov
else:
attachment_text += ' from ' + prov + ' and sent to ' + sent_to
payload = {
# "text": text,
# "attachments": [