mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixes issues with extracting and linking of archives.
Fixes other issues from previous update.
This commit is contained in:
parent
289d451112
commit
f5f0ff6e10
7 changed files with 64 additions and 51 deletions
|
@ -460,7 +460,7 @@ def main(args, section=None):
|
|||
# Perform Manual Post-Processing
|
||||
logger.warning("Invalid number of arguments received from client, Switching to manual run mode ...")
|
||||
|
||||
for section, subsection in nzbtomedia.SUBSECTIONS.items():
|
||||
for section, subsection in nzbtomedia.SECTIONS.items():
|
||||
for category in subsection:
|
||||
for dirName in getDirs(subsection[category]):
|
||||
logger.info("Starting manual run for %s:%s - Folder:%s" % (section, category, dirName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue