diff options
Diffstat (limited to 'python/bondallocation_email.py')
| -rw-r--r-- | python/bondallocation_email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bondallocation_email.py b/python/bondallocation_email.py index 12c63145..c01c74b7 100644 --- a/python/bondallocation_email.py +++ b/python/bondallocation_email.py @@ -54,7 +54,7 @@ if __name__ == "__main__": f"<p>For {row.identifier} please allocate :<br><br><ul>" + "".join(allocations) + "</ul><br><br>Trade Details are attached in csv." - + "<br><br><br>Thanks,<br>Flint<br></p>" + + "<br><br><br>Thanks,<br>Flint<br></p><br>" + bondtrade.to_html(index=False) ) em.send_email( |
