mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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
|
@ -266,6 +266,8 @@ def main(args):
|
|||
|
||||
for section, subsections in nzbtomedia.SECTIONS.items():
|
||||
for subsection in subsections:
|
||||
if not nzbtomedia.CFG[section][subsection].isenabled():
|
||||
continue
|
||||
for dirName in nzbtomedia.getDirs(section, subsection, link='hard'):
|
||||
logger.info("Starting manual run for %s:%s - Folder:%s" % (section, subsection, dirName))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue