From 00b181c568d6a06fde6c73f3fc1c0a173a09f18f Mon Sep 17 00:00:00 2001 From: EXP <289065406@qq.com> Date: Tue, 5 May 2020 23:25:40 +0800 Subject: [PATCH] Update mail.py --- src/notice/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notice/mail.py b/src/notice/mail.py index 7c3c7cc92e2..492b89d2602 100644 --- a/src/notice/mail.py +++ b/src/notice/mail.py @@ -65,7 +65,7 @@ def format_content(cves): total += cnt src_infos.append(src_tpl % { 'cnt': cnt, - 'url': src.NAME_CH(), + 'url': src.HOME_PAGE(), 'src': src.NAME_CH() }) map(lambda cve: cve_infos.append(cve.to_html()), _cves)