diff options
Diffstat (limited to 'python/report_ops/sma.py')
| -rw-r--r-- | python/report_ops/sma.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/report_ops/sma.py b/python/report_ops/sma.py index 30a993d4..2ce3fa38 100644 --- a/python/report_ops/sma.py +++ b/python/report_ops/sma.py @@ -63,8 +63,8 @@ class SMA: f"{self.fund} {self.date} EOD positions ", "", to_recipients=_recipients["HM"], - cc_recipients=("bowdoin-ops@lmcg.com",), - attach=_cc_recipients[self.fund], + cc_recipients=_cc_recipients[self.fund], + attach=attachments, ) |
