mirror of https://github.com/searxng/searxng.git
[fix] pep8 compatibility
This commit is contained in:
parent
aef6e17653
commit
ba0f818e89
|
@ -252,9 +252,9 @@ def preferences():
|
||||||
max_age=60 * 60 * 24 * 7 * 4
|
max_age=60 * 60 * 24 * 7 * 4
|
||||||
)
|
)
|
||||||
return resp
|
return resp
|
||||||
return render('preferences.html'
|
return render('preferences.html',
|
||||||
,locales=settings['locales']
|
locales=settings['locales'],
|
||||||
,current_locale=get_locale())
|
current_locale=get_locale())
|
||||||
|
|
||||||
|
|
||||||
@app.route('/stats', methods=['GET'])
|
@app.route('/stats', methods=['GET'])
|
||||||
|
|
Loading…
Reference in New Issue