From f0c2763730c40f25d751cfce51385c14fa2e4838 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sat, 7 Nov 2020 21:09:55 +0100 Subject: [PATCH] corrected title in mail --- mail/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail.py b/mail/mail.py index 13b2e72..3ceca44 100644 --- a/mail/mail.py +++ b/mail/mail.py @@ -27,7 +27,7 @@ class mail: credentials = j_load(fp) message = MIMEText(what, _charset='utf8') - message['Subject'] = "twpng error report" + message['Subject'] = "Tweet2Hugo alarm report" message['From'] = credentials['email-sendfrom'] message['To'] = credentials['email-sendto']