Eliminate repetition in Telegram notification

This commit is contained in:
verbumfeit 2018-02-27 19:02:04 +01:00 committed by evilhero
parent e1e2916f07
commit 96127ea42a
1 changed files with 1 additions and 1 deletions

View File

@ -2281,7 +2281,7 @@ class PostProcessor(object):
if mylar.CONFIG.TELEGRAM_ENABLED:
telegram = notifiers.TELEGRAM()
telegram.notify(prline, prline2)
telegram.notify(prline2)
if mylar.CONFIG.SLACK_ENABLED:
slack = notifiers.SLACK()