FIX: Typo

Fixes #2217
This commit is contained in:
barbequesauce 2019-02-27 16:53:03 -05:00 committed by evilhero
parent 15f6d8b3cd
commit 5c75d9fc00
1 changed files with 1 additions and 1 deletions

View File

@ -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: