removed extra snline reference"

This commit is contained in:
evilhero 2020-01-27 21:58:05 -05:00
parent 52fb8dc1c3
commit 295ab9e638
1 changed files with 1 additions and 1 deletions

View File

@ -2751,7 +2751,7 @@ def notify_snatch(sent_to, comicname, comyear, IssueNumber, nzbprov, pack):
if mylar.CONFIG.TELEGRAM_ENABLED and mylar.CONFIG.TELEGRAM_ONSNATCH:
logger.info(u"Sending Telegram notification")
telegram = notifiers.TELEGRAM()
telegram.notify(snline + "%s - %s - Mylar %s" % (snline, snatched_name, sent_to))
telegram.notify("%s - %s - Mylar %s" % (snline, snatched_name, sent_to))
if mylar.CONFIG.SLACK_ENABLED and mylar.CONFIG.SLACK_ONSNATCH:
logger.info(u"Sending Slack notification")
slack = notifiers.SLACK()