From d8ac954d5337aeaebf0a0823d6909597051c6644 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 22 Sep 2022 07:26:48 +0200 Subject: [PATCH] remove unnecessary execution of function --- files/helpers/stats.py | 1 - 1 file changed, 1 deletion(-) 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()