mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
dirName case
This commit is contained in:
parent
0e3e75e98e
commit
0eaa7059d5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def processEpisode(dirName, nzbName=None, failed=False):
|
|||
except (ConfigParser.NoOptionError, ValueError):
|
||||
failed_fork = 0
|
||||
|
||||
process_all_exceptions(nzbName.lower(), dirname)
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
|
||||
|
||||
#allows manual call of postprocess script if we have specified a watch_dir. Check that here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue