diff options
Diffstat (limited to 'python/citco_ops/utils.py')
| -rw-r--r-- | python/citco_ops/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py index 5f122091..36839865 100644 --- a/python/citco_ops/utils.py +++ b/python/citco_ops/utils.py @@ -296,7 +296,7 @@ class GFSMonitor(Payment): class BamlFcmNotify: @classmethod - def email_fcm(cls, date, data, cash_account): + def email_fcm(cls, date, cash_account, data): em = ExchangeMessage() em.send_email( f"FX Details: {cash_account} {date}", @@ -310,7 +310,7 @@ class BamlFcmNotify: </style> </head> <body> - Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account {cash_account}. Please let me know if you need more information.<br><br>{data} + Hello,<br><br>Please see below details for an FX Spot Trade we did with the desk today for account {cash_account} Please let me know if you need more information.<br><br>{data} </body> </html>""" ), |
