mirror of
https://github.com/searx/searx
synced 2025-08-31 14:38:23 +00:00
[fix] unused globals removed II.
This commit is contained in:
@@ -425,7 +425,6 @@ def preferences():
|
|||||||
@app.route('/stats', methods=['GET'])
|
@app.route('/stats', methods=['GET'])
|
||||||
def stats():
|
def stats():
|
||||||
"""Render engine statistics page."""
|
"""Render engine statistics page."""
|
||||||
global categories
|
|
||||||
stats = get_engines_stats()
|
stats = get_engines_stats()
|
||||||
return render(
|
return render(
|
||||||
'stats.html',
|
'stats.html',
|
||||||
|
Reference in New Issue
Block a user