mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 15:59:21 +02:00
[fix] pep8
This commit is contained in:
parent
017c85c447
commit
455ff25a93
2 changed files with 3 additions and 3 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue