mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-31 03:50:06 -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)
|
inputName, dirName = convert_to_ascii(inputName, 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 standard extension.
|
||||||
inputName = clean_name
|
inputName = clean_name
|
||||||
|
|
||||||
params = {}
|
params = {}
|
||||||
|
|
|
@ -17,7 +17,7 @@ class autoProcessMovie:
|
||||||
results = {}
|
results = {}
|
||||||
params = {}
|
params = {}
|
||||||
|
|
||||||
# determin cmd and params to send to CouchPotato to get our results
|
# determine cmd and params to send to CouchPotato to get our results
|
||||||
section = 'movies'
|
section = 'movies'
|
||||||
cmd = "/media.list"
|
cmd = "/media.list"
|
||||||
if release_id or imdbid:
|
if release_id or imdbid:
|
||||||
|
@ -319,7 +319,7 @@ class autoProcessMovie:
|
||||||
logger.postprocess("SUCCESS: Unable to find a new release to snatch now. CP will keep searching!", section)
|
logger.postprocess("SUCCESS: Unable to find a new release to snatch now. CP will keep searching!", section)
|
||||||
return [0, "%s: No new release found now. %s will keep searching" % (section, section) ]
|
return [0, "%s: No new release found now. %s will keep searching" % (section, section) ]
|
||||||
|
|
||||||
# Added a releease that was not in the wanted list so confirm rename successful by finding this movie media.list.
|
# Added a release that was not in the wanted list so confirm rename successful by finding this movie media.list.
|
||||||
if not release:
|
if not release:
|
||||||
download_id = None # we don't want to filter new releases based on this.
|
download_id = None # we don't want to filter new releases based on this.
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@ class autoProcessMovie:
|
||||||
# pause and let CouchPotatoServer catch its breath
|
# pause and let CouchPotatoServer catch its breath
|
||||||
time.sleep(10 * wait_for)
|
time.sleep(10 * wait_for)
|
||||||
|
|
||||||
# The status hasn't changed. we have waited 2 minutes which is more than enough. uTorrent can resule seeding now.
|
# The status hasn't changed. we have waited 2 minutes which is more than enough. uTorrent can resume seeding now.
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"%s does not appear to have changed status after %s minutes, Please check your logs." % (inputName, wait_for),
|
"%s does not appear to have changed status after %s minutes, Please check your logs." % (inputName, wait_for),
|
||||||
section)
|
section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue