forked from zaclys/searxng
flake8 fix
This commit is contained in:
parent
cde37be4f5
commit
83e48fa89b
|
@ -112,6 +112,7 @@ _category_names = (gettext('files'),
|
|||
|
||||
outgoing_proxies = settings.get('outgoing_proxies', None)
|
||||
|
||||
|
||||
@babel.localeselector
|
||||
def get_locale():
|
||||
locale = request.accept_languages.best_match(settings['locales'].keys())
|
||||
|
|
Loading…
Reference in New Issue