mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Small typo fixed
This commit is contained in:
parent
edbf805df6
commit
18ce9b5dca
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ else:
|
|||
dirNames = get_dirnames(section, category)
|
||||
for dirName in dirNames:
|
||||
Logger.info("MAIN: nzbToMedia running %s:%s as a manual run...", section, category)
|
||||
results = process(dirName, os.path.basename(dirName), 0, clientAgent='manual', '', inputCategory=category)
|
||||
results = process(dirName, os.path.basename(dirName), 0, clientAgent='manual', inputCategory=category)
|
||||
if results != 0:
|
||||
result = results
|
||||
Logger.info("MAIN: A problem was reported when trying to manually run %s:%s.", section, subsection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue