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
|
||||
)
|
||||
return resp
|
||||
return render('preferences.html'
|
||||
,locales=settings['locales']
|
||||
,current_locale=get_locale())
|
||||
return render('preferences.html',
|
||||
locales=settings['locales'],
|
||||
current_locale=get_locale())
|
||||
|
||||
|
||||
@app.route('/stats', methods=['GET'])
|
||||
|
|
Loading…
Reference in New Issue