Browse Source

[fix] unused globals removed II.

Adam Tauber 11 years ago
parent
commit
11f5684b9f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      searx/webapp.py

+ 0 - 1
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',