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 View File

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