diff --git a/files/helpers/stats.py b/files/helpers/stats.py index e52772d01..8e354599e 100644 --- a/files/helpers/stats.py +++ b/files/helpers/stats.py @@ -11,6 +11,7 @@ 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()