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

@@ -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)