Explorar el Código

[fix] unused globals removed II.

Adam Tauber hace 11 años
padre
commit
11f5684b9f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py Ver fichero

@@ -425,7 +425,6 @@ def preferences():
425 425
 @app.route('/stats', methods=['GET'])
426 426
 def stats():
427 427
     """Render engine statistics page."""
428
-    global categories
429 428
     stats = get_engines_stats()
430 429
     return render(
431 430
         'stats.html',