mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix issues with processing categories that are disabled. Fix category testing.
This commit is contained in:
parent
2d1283e4bf
commit
b61aca7e68
4 changed files with 17 additions and 8 deletions
|
@ -710,6 +710,8 @@ def main(args, section=None):
|
|||
|
||||
for section, subsections in nzbtomedia.SECTIONS.items():
|
||||
for subsection in subsections:
|
||||
if not nzbtomedia.CFG[section][subsection].isenabled():
|
||||
continue
|
||||
for dirName in getDirs(section, subsection, link = 'move'):
|
||||
logger.info("Starting manual run for %s:%s - Folder:%s" % (section, subsection, dirName))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue