diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-07-09 01:23:18 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-07-09 01:23:18 +0200 |
commit | 11f5684b9fa03eeb393d0202146bfcc2e6765b67 (patch) | |
tree | c25dbe4d438ea511743a05f1280e25239dce7cba /searx/webapp.py | |
parent | 66f02dc2b6b0c6127ba908ad9be3a97dfd633f7f (diff) | |
download | searxng-11f5684b9fa03eeb393d0202146bfcc2e6765b67.tar.gz searxng-11f5684b9fa03eeb393d0202146bfcc2e6765b67.zip |
[fix] unused globals removed II.
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 295f6f9f7..2bf3afaf4 100644 --- a/searx/webapp.py +++ b/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', |