Fix formatting of text emails

This commit is contained in:
Lucas Verney 2021-04-10 12:59:39 +02:00
parent 76ef3a3879
commit d98af1788c

View File

@ -119,6 +119,7 @@ def send_notification(config, flats):
html += f'({", ".join(fields)})'
html += "</li>"
txt += "\n"
html += "</ul>"