From 2ac2b0ff0603df2300f5b9c6a5656c6b1add63fa Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 26 Sep 2012 21:12:14 +0200 Subject: [PATCH] Remove debug sleep --- couchpotato/core/plugins/searcher/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index f165f6a9..03dfd70b 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -105,7 +105,6 @@ class Searcher(Plugin): log.error('Search failed for %s: %s', (movie_dict['library']['identifier'], traceback.format_exc())) self.in_progress['to_go'] -= 1 - time.sleep(10) # Break if CP wants to shut down if self.shuttingDown():