From d8d0cd9f078e8997f4d97fdd60909ba1a03d2ee4 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 22 Dec 2019 16:28:13 +0000 Subject: [PATCH] add some stats directly to email subject when sending stats --- cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.py b/cron.py index ae4f8389..a7ea2367 100644 --- a/cron.py +++ b/cron.py @@ -74,7 +74,7 @@ def stats(): send_email( ADMIN_EMAIL, - subject=f"SimpleLogin Stats for {today}", + subject=f"SimpleLogin Stats for {today}, {nb_user} users, {nb_gen_email} aliases, {nb_forward} forwards", plaintext="", html=f""" Stats for {today}