mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Fix spelling
This commit is contained in:
parent
d15fa76fc9
commit
230cc794d0
2 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ class autoProcessComics:
|
|||
|
||||
inputName, dirName = convert_to_ascii(inputName, dirName)
|
||||
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 standard extension.
|
||||
inputName = clean_name
|
||||
|
||||
params = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue