From c21f283454cbb72ad9758a2ba0ec1b624cd1fd79 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 6 May 2012 18:32:05 +0200 Subject: [PATCH] Type --- couchpotato/core/plugins/searcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index 7760959c..4b11296b 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -68,7 +68,7 @@ class Searcher(Plugin): done_status = fireEvent('status.get', 'done', single = True) if not movie['profile'] or movie['status_id'] == done_status.get('id'): - log.debug('Movie does\'nt have a profile or already done, assuming in manage tab.') + log.debug('Movie doesn\'t have a profile or already done, assuming in manage tab.') return db = get_session()