Browse Source

flake8 fix

Alexandre Flament 10 years ago
parent
commit
83e48fa89b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      searx/webapp.py

+ 1 - 0
searx/webapp.py

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