mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -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)
|
||||
|
||||
clean_name, ext = os.path.splitext(inputName)
|
||||
if len(ext) == 4: # we assume this was a standrard extension.
|
||||
inputName = clean_name
|
||||
if len(ext) == 4: # we assume this was a standrard extension.
|
||||
inputName = clean_name
|
||||
|
||||
params = {}
|
||||
params['nzb_folder'] = dirName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue