aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/citco_ops/utils.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py
index eaf7b5ae..59961325 100644
--- a/python/citco_ops/utils.py
+++ b/python/citco_ops/utils.py
@@ -116,7 +116,11 @@ class CitcoSubmission(Deal, deal_type=None, table_name="citco_submission"):
em.send_email(
f"(CITCO) UPLOAD {'SUCCESS' if cls._insert_queue[0][3] != 'failed' else 'FAILED'}",
"\n".join(map(str, cls._insert_queue)),
- ("selene-ops@lmcg.com",),
+ (
+ "fyu@lmcg.com",
+ "ghorel@lmcg.com",
+ "etsui@lmcg.com",
+ ),
)
finally:
cls._insert_queue.clear()