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:
parent
e1e2916f07
commit
96127ea42a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue