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

Commit 3307cfd7 authored by Omer's avatar Omer
Browse files

Fix image search

parent 4d38e573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ See the `documentation <https://asciimoo.github.io/searx>`__ and the `wiki <http
|OpenCollective searx backers|
|OpenCollective searx sponsors|

Setup MySql
Setup Redis
~~~~~~~~~~~

**Install Redis**
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ def jes(set):


def jds(coded):
    return set(jd(coded))
    return jd(coded)


def get_search_data(q, r):