From f942726445a853925b82429e9062ee27d18c1d78 Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Wed, 27 Feb 2019 16:53:03 -0500 Subject: [PATCH] FIX: Typo Fixes #2217 --- mylar/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/config.py b/mylar/config.py index 09af5821..a91d4307 100644 --- a/mylar/config.py +++ b/mylar/config.py @@ -903,7 +903,7 @@ class Config(object): logger.fdebug('Successfully created ComicTagger Settings location.') #make sure queues are running here... - if all([mylar.NZBPOOL is None, self.POST_PROCESSING is True]) and ( all([self.NZB_DOWNLOADER == 0, self.SAB_CLIENT_POST_PROCESSING is True]) or all([self.NZB_DOWNLOADER == 1, self.NZB_CLIENT_POST_PROCESSING is True]) ): + if all([mylar.NZBPOOL is None, self.POST_PROCESSING is True]) and ( all([self.NZB_DOWNLOADER == 0, self.SAB_CLIENT_POST_PROCESSING is True]) or all([self.NZB_DOWNLOADER == 1, self.NZBGET_CLIENT_POST_PROCESSING is True]) ): if self.NZB_DOWNLOADER == 0: logger.info('[SAB-MONITOR] Completed post-processing handling enabled for SABnzbd. Attempting to background load....') elif self.NZB_DOWNLOADER == 1: