Formatting
Co-authored-by: Ben Busby <noreply+git@benbusby.com>
This commit is contained in:
parent
9aa54ed9e3
commit
587c4869d1
|
@ -251,7 +251,6 @@ def search():
|
||||||
|
|
||||||
# Return 503 if temporarily blocked by captcha
|
# Return 503 if temporarily blocked by captcha
|
||||||
resp_code = 503 if has_captcha(str(response)) else 200
|
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
|
# Feature to display IP address
|
||||||
if search_util.check_kw_ip():
|
if search_util.check_kw_ip():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user