mirror of
https://github.com/evilhero/mylar
synced 2025-03-06 19:38:02 +00:00
parent
15f6d8b3cd
commit
5c75d9fc00
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue