Formatting Fix
Co-authored-by: Ben Busby <noreply+git@benbusby.com>
This commit is contained in:
parent
fd482c69fb
commit
25eef25f08
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user