mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Merge branch 'master' into engines/unsplash
This commit is contained in:
commit
f1814079f0
2 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ def replace_pua_chars(text):
|
|||
def response(resp):
|
||||
results = []
|
||||
|
||||
search_results = etree.XML(resp.text)
|
||||
search_results = etree.XML(resp.content)
|
||||
|
||||
# return empty array if there are no results
|
||||
if search_results.xpath(failure_xpath):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue