mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
More small fixes
This commit is contained in:
parent
ce543cdcb9
commit
5c264f0405
7 changed files with 18 additions and 18 deletions
|
@ -173,7 +173,7 @@ else:
|
|||
dirNames = get_dirnames(section, category)
|
||||
for dirName in dirNames:
|
||||
Logger.info("MAIN: nzbToMylar running %s:%s as a manual run...", section, category)
|
||||
results = autoProcessComics.processEpisode(dirName, os.path.basename(dirName), 0, inputCategory=category)
|
||||
results = autoProcessComics().processEpisode(dirName, os.path.basename(dirName), 0, inputCategory=category)
|
||||
if results != 0:
|
||||
result = results
|
||||
Logger.info("MAIN: A problem was reported when trying to manually run %s:%s.", section, category)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue