aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/citco_submission.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/citco_submission.py b/python/citco_submission.py
index 1555a920..968ca7d9 100644
--- a/python/citco_submission.py
+++ b/python/citco_submission.py
@@ -77,7 +77,7 @@ def run():
em.send_email(
subject=f"(CITCO) Successfully Processed {f.filename}",
body="",
- to_recipients=("fyu@lmcg.com",),
+ to_recipients=("selene-ops@lmcg.com",),
)
else:
_insert_queue.append(
@@ -90,7 +90,7 @@ def run():
em.send_email(
subject=f"(CITCO) Failed Upload Selene {f.filename}",
body="",
- to_recipients=("fyu@lmcg.com",),
+ to_recipients=("selene-ops@lmcg.com",),
attach=[
FileAttachment(
name=f.filename,