diff options
Diffstat (limited to 'python/fcm_fx.py')
| -rw-r--r-- | python/fcm_fx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fcm_fx.py b/python/fcm_fx.py index 64edef5d..df7a640e 100644 --- a/python/fcm_fx.py +++ b/python/fcm_fx.py @@ -28,7 +28,7 @@ def email_fcm(em, d, fund): </style> </head> <body> - Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account {account}. {additional_instructions if 'additional_instructions' in globals() else ""}Please let me know if you need more information.<br><br>{to_tabulate(d)} + Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account {account}. {additional_instructions if 'additional_instructions' in locals() else ""}Please let me know if you need more information.<br><br>{to_tabulate(d)} </body> </html>""" ), |
