aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/position_file_bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/position_file_bowdst.py b/python/position_file_bowdst.py
index 36bc04e1..c8a8424f 100644
--- a/python/position_file_bowdst.py
+++ b/python/position_file_bowdst.py
@@ -20,7 +20,7 @@ def main(cob, fund, upload):
em.send_email(
subject=f"Position_files for Bowdoin Street as of {cob}",
body=f"Please see monthend positions for Bowdoin Street as of {cob}. They have been uploaded to the SFTP as well.",
- to_recipients=_cc_recipients[fund],
+ to_recipients=_recipients[fund],
cc_recipients=_cc_recipients[fund],
reply_to=_cc_recipients[fund],
attach=[FileAttachment(name=dest.name, content=buf)],