diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index a50d454f..a27a72f4 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -724,10 +724,7 @@ def upload_buf( "Trade file", "", to_recipients=recipients, - cc_recipients=( - "bowdoin-ops@lmcg.com", - "julie.picariello@bnymellon.com", - ), + cc_recipients=("bowdoin-ops@lmcg.com",), attach=(FileAttachment(name=dest, content=buf),), ) else: |
