mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
fix indent.
This commit is contained in:
parent
79e4e2d740
commit
04f056a437
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ class autoProcessComics:
|
||||||
replaceExtensions(dirName)
|
replaceExtensions(dirName)
|
||||||
|
|
||||||
clean_name, ext = os.path.splitext(inputName)
|
clean_name, ext = os.path.splitext(inputName)
|
||||||
if len(ext) == 4: # we assume this was a standrard extension.
|
if len(ext) == 4: # we assume this was a standrard extension.
|
||||||
inputName = clean_name
|
inputName = clean_name
|
||||||
|
|
||||||
params = {}
|
params = {}
|
||||||
params['nzb_folder'] = dirName
|
params['nzb_folder'] = dirName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue