Browse Source

[fix] language/locale settings

asciimoo 11 years ago
parent
commit
d63135db61
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py View File

@@ -210,7 +210,6 @@ def preferences():
210 210
             elif pd_name == 'language' and (pd == 'all' or
211 211
                                             pd in (x[0] for
212 212
                                                    x in language_codes)):
213
-                locale = pd
214 213
                 lang = pd
215 214
             elif pd_name.startswith('engine_'):
216 215
                 engine_name = pd_name.replace('engine_', '', 1)