logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: f26f0dab2e4e6a6f77ea9f04f36fe2eb2d6893df
parent f2d1a530fb8126f66967edc24132eac13dae394d
Author: Guilhem Bonnefille <guilhem.bonnefille@c-s.fr>
Date:   Mon,  4 Apr 2016 13:38:22 +0200

Fix pep8 E302

Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines

Diffstat:

Msearx/engines/doku.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/engines/doku.py b/searx/engines/doku.py @@ -27,6 +27,7 @@ search_url = '/?do=search'\ # TODO '&startRecord={offset}'\ # TODO '&maximumRecords={limit}'\ + # do search-request def request(query, params):