indentation error

This commit is contained in:
Joel Kåberg 2013-02-18 17:04:01 +01:00
commit b535d11904

View file

@ -309,7 +309,7 @@ else:
status = 0
if status == 0:
Logger.info("Successful download")
Logger.info("Successful run")
# Now we pass off to CouchPotato or Sick-Beard
# Still need to figure out how to log this output
if inputCategory == movieCategory:
@ -319,7 +319,7 @@ else:
Logger.info("Calling postprocessing script for Sick-Beard")
autoProcessTV.processEpisode(outputDestination, inputName, status)
else:
Logger.info("Postprocessing failed")
Logger.info("Something failed! :(")
else:
Logger.error("There was a problem loading variables: Exiting")
sys.exit(-1)