Skip to content

Commit

Permalink
Update mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy289065406 committed May 5, 2020
1 parent ed5f728 commit 00b181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notice/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00b181c

Please # to comment.