From e652fad81398c8fbfe3d59750fe5fdd43a7ef2b9 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 25 Feb 2013 23:24:20 -0800 Subject: [PATCH] indenting We need to work on a standard... do we want to use tabs, 2 spaces, or 4 spaces? Most of what I did originally used 4 spaces (I think this is the default for idle). --- TorrentToMedia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 0a1cb3b3..81b7a52f 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -427,8 +427,8 @@ if inputCategory == movieCategory: Logger.info("MAIN: Calling postprocessing script for CouchPotatoServer") ###can we use logger while logfile open? autoProcessMovie.process(outputDestination, inputName, status) elif inputCategory == tvCategory: - Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open? - autoProcessTV.processEpisode(outputDestination, inputName, status) + Logger.info("MAIN: Calling postprocessing script for Sick-Beard") ###can we use logger while logfile open? + autoProcessTV.processEpisode(outputDestination, inputName, status) sys.stdout = old_stdout log_file.close()