Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit db62af27 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Fix invalid type of engines during merge result

Engines was stored in set and casted in list, it leads to
issue during merge of result. This patch fixes the engines
container to a list to be able to use json serialization.

Below the error spotted:
```
   File "/usr/local/searx/searx/results.py", line 233, in _merge_result
     duplicated['engines'].add(result['engine'])
 AttributeError: 'list' object has no attribute 'add'
```
parent 0dde07cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment