diff options
| -rw-r--r-- | python/collateral/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/collateral/common.py b/python/collateral/common.py index a41e68b8..11cc037c 100644 --- a/python/collateral/common.py +++ b/python/collateral/common.py @@ -117,6 +117,7 @@ def send_email(d: datetime.date, df: pd.DataFrame) -> None: html += ( f"<h3> At {name}:</h3>\n{df.loc[cp].to_frame().T.to_html(index=False)}" ) + html += "</body/></html>" em = ExchangeMessage() em.send_email( f"IAM booking {d:%Y-%m-%d}", |
