[tor-commits] [gettor/master] Update check service script
hiro at torproject.org
hiro at torproject.org
Mon Sep 30 11:53:22 UTC 2019
commit 39f2b50ef12314a5c7a703135954256963d44399
Author: hiro <hiro at torproject.org>
Date: Mon Sep 30 13:49:59 2019 +0200
Update check service script
---
scripts/check_service | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/check_service b/scripts/check_service
index 4a0c123..8efc791 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -78,8 +78,7 @@ def send_email_from_gmail(password):
subject = 'windows en'
body = 'windows en'
- email_text = """From: %s\nTo: %s\nSubject: %s\n\n%s
- """ % (sent_from, ", ".join(sent_to), subject, body)
+ email_text = """From: %s\nTo: %s\nSubject: %s\n\n%s""" % (sent_from, ", ".join(sent_to), subject, body)
try:
mail = smtplib.SMTP_SSL('smtp.gmail.com', 465)
More information about the tor-commits
mailing list