mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
update tests for wolframalpha
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user