This commit is contained in:
Brandon Myers 2017-06-24 13:28:00 -05:00
Родитель 197788bf26
Коммит 06dbeb12f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -309,7 +309,7 @@ class alertConsumer(ConsumerMixin):
"alertworker exception: unknown body type received %r" % body)
return
if 'notify_mozdefbot' not in bodyDict or bodyDict['notify_mozdefbot'] is False:
if 'notify_mozdefbot' in bodyDict and bodyDict['notify_mozdefbot'] is False:
# If the alert tells us to not notify, then don't post to IRC
message.ack()
return