[tor-commits] [gettor/master] Update check service script
hiro at torproject.org
hiro at torproject.org
Mon Sep 30 11:44:52 UTC 2019
commit 31ac90013fee2dbd16454c685ade1577a42229e3
Author: hiro <hiro at torproject.org>
Date: Mon Sep 30 13:44:37 2019 +0200
Update check service script
---
scripts/check_service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/check_service b/scripts/check_service
index 1c0192d..4a0c123 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -74,7 +74,7 @@ def test_email_from_gmail(password):
def send_email_from_gmail(password):
sent_from = FROM_EMAIL
- sent_to = [MESSAGE_FROM]
+ sent_to = ["{}".format(MESSAGE_FROM)]
subject = 'windows en'
body = 'windows en'
More information about the tor-commits
mailing list