diff options
Diffstat (limited to 'python/report_ops/utils.py')
| -rw-r--r-- | python/report_ops/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index 703204dc..fef8083b 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -366,7 +366,7 @@ class QuantifiMonitor( </body> </html>""" ), - to_recipients=(_recipients["NY_CREW"]), + to_recipients=("fyu@lmcg.com",), attach=[FileAttachment(name=filename + ".xml", content=buf)], ) |
