mirror of
https://github.com/searxng/searxng.git
synced 2025-07-31 00:52:22 +02:00
minor fix of BASE engine
This commit is contained in:
parent
d20bba6dc7
commit
5954a8e16a
2 changed files with 4 additions and 4 deletions
|
@ -73,7 +73,7 @@ def request(query, params):
|
|||
def response(resp):
|
||||
results = []
|
||||
|
||||
search_results = etree.XML(resp.text)
|
||||
search_results = etree.XML(resp.content)
|
||||
|
||||
for entry in search_results.xpath('./result/doc'):
|
||||
content = "No description available"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue