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
5c881ecfb1
commit
0e3e75e98e
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def process(dirName, nzbName=None, status=0):
|
|||
if nzbName == "Manual Run":
|
||||
delay = 0
|
||||
|
||||
process_all_exceptions(nzbName.lower(), dirname)
|
||||
process_all_exceptions(nzbName.lower(), dirName)
|
||||
|
||||
if status == 0:
|
||||
if method == "manage":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue