Przeglądaj źródła

[fix] unused globals removed II.

Adam Tauber 11 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
 @app.route('/stats', methods=['GET'])
425
 @app.route('/stats', methods=['GET'])
426
 def stats():
426
 def stats():
427
     """Render engine statistics page."""
427
     """Render engine statistics page."""
428
-    global categories
429
     stats = get_engines_stats()
428
     stats = get_engines_stats()
430
     return render(
429
     return render(
431
         'stats.html',
430
         'stats.html',