update count_sent_mail description

This commit is contained in:
Yusuf İpek
2023-10-03 21:49:53 +03:00
committed by GitHub
parent 4bbba3ef55
commit c00072260f
+1 -1
View File
@@ -17,7 +17,7 @@ counter_file = "./counter_file.txt" # File path for email counter
DAYS_REMINDER = 25 # Days for the reminder period DAYS_REMINDER = 25 # Days for the reminder period
DAYS_DEADMAN = 30 # Days for the dead man's switch DAYS_DEADMAN = 30 # Days for the dead man's switch
SECONDS_IN_A_DAY = 86400 # Number of seconds in a day 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 = ['[email protected]'] # List of family members' email addresses family_members = ['[email protected]'] # List of family members' email addresses