This commit is contained in:
2026-07-25 08:16:43 +09:00
parent 7b453d7a46
commit 42de855ab3
4 changed files with 138 additions and 111 deletions
+2 -1
View File
@@ -223,8 +223,9 @@ async def send_analysis_error_email(
_summary_row("오류 내용", html.escape(error_message)),
]
)
safe_name = html.escape(project_name)
body = f"""
<p>프로젝트 <strong>{html.escape(project_name)}</strong>의 지표면 분석 중 오류가 발생했습니다.</p>
<p>프로젝트 <strong>{safe_name}</strong>의 지표면 분석 중 오류가 발생했습니다.</p>
<div class="box">
{rows}
</div>