mirror of https://github.com/searxng/searxng.git
[fix] qwant: subsequent fix of commit d9dbcedeb
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
d9dbcedeb6
commit
7398d525c8
|
@ -155,7 +155,7 @@ def response(resp):
|
|||
|
||||
if qwant_categ == 'web-lite':
|
||||
return parse_web_lite(resp)
|
||||
return parse_web_api
|
||||
return parse_web_api(resp)
|
||||
|
||||
|
||||
def parse_web_lite(resp):
|
||||
|
|
Loading…
Reference in New Issue