diff --git a/couchpotato/__init__.py b/couchpotato/__init__.py index 8482160e..57d7d333 100644 --- a/couchpotato/__init__.py +++ b/couchpotato/__init__.py @@ -78,6 +78,6 @@ def page_not_found(error): if url[:3] != 'api': return redirect(index_url + '#' + url) else: - time.sleep(2) + time.sleep(0.1) return 'Wrong API key used', 404