From 2c1bf84540db28664aa059fbc092875104121cdc Mon Sep 17 00:00:00 2001 From: wulei01 <102274395+wulei01@users.noreply.github.com> Date: Fri, 25 Mar 2022 17:40:47 +0800 Subject: [PATCH] Update send_email.py --- send_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send_email.py b/send_email.py index 442281211..b410334ce 100644 --- a/send_email.py +++ b/send_email.py @@ -60,7 +60,7 @@ class Sendemail: if __name__ == "__main__": title = "内核自动化测试报告" - mail_txt = "
点链接查看详细测试结果
http://10.20.33.147:43005/index.html#behaviors" + mail_txt = "点链接查看详细测试结果
http://xxx.xxx.xxx.xxx:43005/index.html#behaviors" # mail_txt = "111111" sdm = Sendemail() sdm.send_email(title, mail_txt)