mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
indentation error
This commit is contained in:
parent
c1906a6b16
commit
b535d11904
1 changed files with 4 additions and 4 deletions
|
@ -309,7 +309,7 @@ else:
|
||||||
status = 0
|
status = 0
|
||||||
|
|
||||||
if status == 0:
|
if status == 0:
|
||||||
Logger.info("Successful download")
|
Logger.info("Successful run")
|
||||||
# Now we pass off to CouchPotato or Sick-Beard
|
# Now we pass off to CouchPotato or Sick-Beard
|
||||||
# Still need to figure out how to log this output
|
# Still need to figure out how to log this output
|
||||||
if inputCategory == movieCategory:
|
if inputCategory == movieCategory:
|
||||||
|
@ -319,7 +319,7 @@ else:
|
||||||
Logger.info("Calling postprocessing script for Sick-Beard")
|
Logger.info("Calling postprocessing script for Sick-Beard")
|
||||||
autoProcessTV.processEpisode(outputDestination, inputName, status)
|
autoProcessTV.processEpisode(outputDestination, inputName, status)
|
||||||
else:
|
else:
|
||||||
Logger.info("Postprocessing failed")
|
Logger.info("Something failed! :(")
|
||||||
else:
|
else:
|
||||||
Logger.error("There was a problem loading variables: Exiting")
|
Logger.error("There was a problem loading variables: Exiting")
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
Loading…
Add table
Add a link
Reference in a new issue