diff --git a/app/routes.py b/app/routes.py index 526331d..eb490e1 100644 --- a/app/routes.py +++ b/app/routes.py @@ -327,6 +327,7 @@ def search(): # Return 503 if temporarily blocked by captcha if has_captcha(str(response)): + app.logger.error('503 (CAPTCHA)') return render_template( 'error.html', blocked=True,