From fd768df9e5cb23dce097656d0770458447582929 Mon Sep 17 00:00:00 2001 From: mano3m Date: Sun, 8 Dec 2013 13:54:04 +0100 Subject: [PATCH] Tabs to spaces --- couchpotato/core/plugins/renamer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 44395a65..d74d8ede 100755 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -931,7 +931,7 @@ Remove it if you want it to be renamed (again, or at least let it try again) fireEvent('download.remove_failed', release_download, single = True) if self.conf('next_on_failed'): - fireEvent('movie.searcher.try_next_release', media_id = rel.movie_id) + fireEvent('movie.searcher.try_next_release', media_id = rel.movie_id) elif release_download['status'] == 'completed': log.info('Download of %s completed!', release_download['name'])