From 25eef25f082c40cc95c64729ddec0cd5fb36a115 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Tue, 26 Oct 2021 16:41:07 -0400 Subject: [PATCH] Formatting Fix Co-authored-by: Ben Busby --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index c18da81..5f7d08f 100644 --- a/app/routes.py +++ b/app/routes.py @@ -252,7 +252,7 @@ def search(): # Return 503 if temporarily blocked by captcha resp_code = 503 if has_captcha(str(response)) else 200 - response=bold_search_terms(response,query) + response = bold_search_terms(response, query) # Feature to display IP address if search_util.check_kw_ip(): html_soup = bsoup(response, "html.parser")