Alexandre Flament hace 10 años
padre
commit
83e48fa89b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      searx/webapp.py

+ 1
- 0
searx/webapp.py Ver fichero

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