FIX: Remove NMA (service no longer exists)

This commit is contained in:
barbequesauce 2019-04-12 12:49:10 -04:00 committed by evilhero
parent 41179c3b4a
commit 0a501022de
1 changed files with 0 additions and 4 deletions

View File

@ -2772,10 +2772,6 @@ class PostProcessor(object):
prowl = notifiers.PROWL()
prowl.notify(pushmessage, "Download and Postprocessing completed", module=module)
if mylar.CONFIG.NMA_ENABLED:
nma = notifiers.NMA()
nma.notify(prline=prline, prline2=prline2, module=module)
if mylar.CONFIG.PUSHOVER_ENABLED:
pushover = notifiers.PUSHOVER()
pushover.notify(prline, prline2, module=module)