Przeglądaj źródła

[fix] unused globals removed II.

Adam Tauber 10 lat temu
rodzic
commit
11f5684b9f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py Wyświetl plik

@@ -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',