From 11f5684b9fa03eeb393d0202146bfcc2e6765b67 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Wed, 9 Jul 2014 01:23:18 +0200 Subject: [PATCH] [fix] unused globals removed II. --- searx/webapp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 295f6f9f..2bf3afaf 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',