mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
This commit is contained in:
parent
924b7e12f2
commit
8006d20df4
3 changed files with 8 additions and 4 deletions
|
@ -266,7 +266,7 @@ def main(args):
|
|||
|
||||
for section, subsections in nzbtomedia.SECTIONS.items():
|
||||
for subsection in subsections:
|
||||
for dirName in nzbtomedia.getDirs(section,subsection):
|
||||
for dirName in nzbtomedia.getDirs(section, subsection, link='hard'):
|
||||
logger.info("Starting manual run for %s:%s - Folder:%s" % (section, subsection, dirName))
|
||||
|
||||
logger.info("Checking database for download info for %s ..." % (os.path.basename(dirName)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue