summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 295f6f9f7..2bf3afaf4 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -425,7 +425,6 @@ def preferences():
@app.route('/stats', methods=['GET'])
def stats():
"""Render engine statistics page."""
- global categories
stats = get_engines_stats()
return render(
'stats.html',