mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Fixes typo for delete_failed option
This commit is contained in:
parent
f65d60ab7d
commit
52b41aa5de
4 changed files with 6 additions and 11 deletions
|
@ -39,8 +39,7 @@ class autoProcessComics:
|
|||
params = {}
|
||||
params['nzb_folder'] = dirName
|
||||
if remote_path:
|
||||
dirName_new = joinPath(remote_path, os.path.basename(dirName)).replace("\\", "/")
|
||||
params['nzb_folder'] = dirName_new
|
||||
params['nzb_folder'] = joinPath(remote_path, os.path.basename(dirName))
|
||||
|
||||
if nzbName != None:
|
||||
params['nzb_name'] = nzbName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue