diff options
Diffstat (limited to 'python/collateral_calc.py')
| -rw-r--r-- | python/collateral_calc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral_calc.py b/python/collateral_calc.py index 7801fc75..4000fc88 100644 --- a/python/collateral_calc.py +++ b/python/collateral_calc.py @@ -73,7 +73,7 @@ def send_email(account, df_ms, df_sg): subject='IAM booking', body=content, to_recipients=[Mailbox(email_address='serenitas.otc@sscinc.com')], - cc_recipients=['nyops@lmcg.com']) + cc_recipients=['nyops@lmcg.com'] ) m.send_and_save() |
