Private
Public Access
1
0

fixing tests

This commit is contained in:
2024-05-26 14:51:21 +02:00
parent 09ee59a58e
commit ad372d8f92
8 changed files with 23 additions and 11 deletions

View File

@@ -117,7 +117,7 @@ def send_template_email(from_email, to_email, subject,
if createmessage:
for recipient in to_email:
try:
soup = BeautifulSoup(html_content)
soup = BeautifulSoup(html_content, 'lxml')
s2 = soup.body