logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 11f5684b9fa03eeb393d0202146bfcc2e6765b67
parent: 66f02dc2b6b0c6127ba908ad9be3a97dfd633f7f
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Wed,  9 Jul 2014 01:23:18 +0200

[fix] unused globals removed II.

Diffstat:

Msearx/webapp.py1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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',