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()