[fix] pep8 compatibility

This commit is contained in:
asciimoo 2014-01-22 01:20:38 +01:00
parent aef6e17653
commit ba0f818e89
1 changed files with 3 additions and 3 deletions

View File

@ -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'])