diff options
Diffstat (limited to 'python/report_ops/utils.py')
| -rw-r--r-- | python/report_ops/utils.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index 2b3ee327..01d8fa6d 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -366,11 +366,7 @@ class QuantifiMonitor( </body> </html>""" ), - to_recipients=( - "fyu@lmcg.com", - "ghorel@lmcg.com", - "etsui@lmcg.com", - ), + to_recipients=(_recipients["NY_CREW"]), attach=[FileAttachment(name=filename + ".xml", content=buf)], ) @@ -406,11 +402,7 @@ class CitcoMonitor( </body> </html>""" ), - to_recipients=( - "fyu@lmcg.com", - # "ghorel@lmcg.com", - # "etsui@lmcg.com", - ), + to_recipients=(_recipients["NY_CREW"]), attach=[FileAttachment(name=filename + ".csv", content=buf)], ) |
