1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-12 15:02:55 +00:00

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

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()