[fix] unused globals removed II.

This commit is contained in:
Adam Tauber 2014-07-09 01:23:18 +02:00
parent 66f02dc2b6
commit 11f5684b9f
1 changed files with 0 additions and 1 deletions

View File

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