From c00072260f00c2aa3a21d114d663644f58b4115a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Tue, 3 Oct 2023 21:49:53 +0300 Subject: [PATCH] update count_sent_mail description --- checking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checking.py b/checking.py index f6ed32b..c870100 100644 --- a/checking.py +++ b/checking.py @@ -17,7 +17,7 @@ counter_file = "./counter_file.txt" # File path for email counter DAYS_REMINDER = 25 # Days for the reminder period DAYS_DEADMAN = 30 # Days for the dead man's switch SECONDS_IN_A_DAY = 86400 # Number of seconds in a day -count_sent_mail = 7 # Number of reminder emails to send +count_sent_mail = 7 # Number of dead man mails to send after activation. family_members = ['mail@example.com'] # List of family members' email addresses