浏览代码

[fix] unused globals removed II.

Adam Tauber 10 年前
父节点
当前提交
11f5684b9f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      searx/webapp.py

+ 0
- 1
searx/webapp.py 查看文件

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