mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 00:39:18 +02:00
update tests for wolframalpha
This commit is contained in:
parent
0871c7ca85
commit
e9d35c1309
5 changed files with 174 additions and 219 deletions
|
@ -53,7 +53,7 @@ def response(resp):
|
|||
answer = line[line.find('{'):line.rfind('}')+1]
|
||||
answer = loads(answer.encode('unicode-escape'))
|
||||
answer = answer['stringified'].decode('unicode-escape')
|
||||
|
||||
|
||||
results.append({'answer': answer})
|
||||
|
||||
# failed result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue