logo

searx

My custom branche(s) on searx, a meta-search engine
commit: ba0f818e89b32ddd7c4d5d9c5f2f8fb2d6703a94
parent: aef6e176538253e2264863b85a7341d714cd2452
Author: asciimoo <asciimoo@gmail.com>
Date:   Wed, 22 Jan 2014 01:20:38 +0100

[fix] pep8 compatibility

Diffstat:

Msearx/webapp.py6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -252,9 +252,9 @@ def preferences(): max_age=60 * 60 * 24 * 7 * 4 ) return resp - return render('preferences.html' - ,locales=settings['locales'] - ,current_locale=get_locale()) + return render('preferences.html', + locales=settings['locales'], + current_locale=get_locale()) @app.route('/stats', methods=['GET'])