From d63135db610534039252dddc8cc4be1ee325c663 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Fri, 7 Feb 2014 01:52:38 +0100 Subject: [PATCH] [fix] language/locale settings --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 43165b4..43f5021 100644 --- 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)