mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[fix] pep8
This commit is contained in:
@@ -252,7 +252,7 @@ def list_engines():
|
||||
"""
|
||||
return render('engines.html',
|
||||
categs=categories.items(),
|
||||
shortcuts={y:x for x,y in engine_shortcuts.items()})
|
||||
shortcuts={y: x for x, y in engine_shortcuts.items()})
|
||||
|
||||
|
||||
@app.route('/preferences', methods=['GET', 'POST'])
|
||||
|
||||
Reference in New Issue
Block a user