diff options
Diffstat (limited to 'searx/engines/ask.py')
| -rw-r--r-- | searx/engines/ask.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/ask.py b/searx/engines/ask.py index aeaf6136a..ca1a2110d 100644 --- a/searx/engines/ask.py +++ b/searx/engines/ask.py @@ -50,7 +50,7 @@ def response(resp): pos = script.index(end_tag) + len(end_tag) - 1 script = script[:pos] - json_resp = utils.js_variable_to_python(script) + json_resp = utils.js_obj_str_to_python(script) results = [] |