diff options
Diffstat (limited to 'python/notify_bowdst.py')
| -rw-r--r-- | python/notify_bowdst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py index 42b94831..859dcfc1 100644 --- a/python/notify_bowdst.py +++ b/python/notify_bowdst.py @@ -84,7 +84,7 @@ for row in inaccurate_balances.itertuples(): f"Our notionals last matched on {last_date} for ${row.globeop_notional:,.2f}.\n\n" "Please see attached all the trades since we last matched. Please ensure they match your data.\n\n" "Thanks for your help!\n\n" - "Guillaume" + "Flint" ) em = ExchangeMessage() if args.globeop: |
