diff --git a/files/helpers/stats.py b/files/helpers/stats.py index 4b40ba6b44..bd98613c63 100644 --- a/files/helpers/stats.py +++ b/files/helpers/stats.py @@ -15,7 +15,6 @@ from files.helpers.const import * def generate_charts_task(site): chart(kind='daily', site=site) chart(kind='weekly', site=site) - stats(site=site) def chart(kind, site): now = time.gmtime()