Alexandre Flament 10 年 前
コミット
83e48fa89b
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py ファイルの表示

@@ -112,6 +112,7 @@ _category_names = (gettext('files'),
112 112
 
113 113
 outgoing_proxies = settings.get('outgoing_proxies', None)
114 114
 
115
+
115 116
 @babel.localeselector
116 117
 def get_locale():
117 118
     locale = request.accept_languages.best_match(settings['locales'].keys())