From 629240fc39f8710d18d5a981b6e912532e0a7b35 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Sat, 13 Apr 2013 21:57:31 +0930 Subject: [PATCH] fix format error --- autoProcess/autoProcessMovie.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoProcess/autoProcessMovie.py b/autoProcess/autoProcessMovie.py index 515267e7..f68a39d3 100644 --- a/autoProcess/autoProcessMovie.py +++ b/autoProcess/autoProcessMovie.py @@ -329,5 +329,5 @@ def process(dirName, nzbName=None, status=0, clientAgent = "manual", download_id Logger.info("SUCCESS: This release is now marked as status %s in CouchPotatoServer", release_status) return 0 # success else: # The status hasn't changed. we have waited 2 minutes which is more than enough. uTorrent can resule seeding now. - Logger.warning("The movie does not appear to have changed status after 2 minutes. Please check CouchPotato Logs") - return 1 # failure + Logger.warning("The movie does not appear to have changed status after 2 minutes. Please check CouchPotato Logs") + return 1 # failure