From 0a501022dedf4dafe3d2dc77aec84c3d72bb93ab Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Fri, 12 Apr 2019 12:49:10 -0400 Subject: [PATCH] FIX: Remove NMA (service no longer exists) --- mylar/PostProcessor.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index 6ddbb5bf..70853f01 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -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)