logo

searx

My custom branche(s) on searx, a meta-search engine
commit: d63135db610534039252dddc8cc4be1ee325c663
parent: f808de2001fc25c565738563df67cbb747242aa4
Author: asciimoo <asciimoo@gmail.com>
Date:   Fri,  7 Feb 2014 01:52:38 +0100

[fix] language/locale settings

Diffstat:

Msearx/webapp.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -210,7 +210,6 @@ def preferences(): elif pd_name == 'language' and (pd == 'all' or pd in (x[0] for x in language_codes)): - locale = pd lang = pd elif pd_name.startswith('engine_'): engine_name = pd_name.replace('engine_', '', 1)