소스 검색

[fix] language/locale settings

asciimoo 11 년 전
부모
커밋
d63135db61
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py 파일 보기

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