aboutsummaryrefslogtreecommitdiffstats
path: root/python/notify_tranche_cashflows.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/notify_tranche_cashflows.py')
-rw-r--r--python/notify_tranche_cashflows.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/notify_tranche_cashflows.py b/python/notify_tranche_cashflows.py
index 6b82d98c..bac41fcc 100644
--- a/python/notify_tranche_cashflows.py
+++ b/python/notify_tranche_cashflows.py
@@ -6,7 +6,7 @@ import pandas as pd
from serenitas.utils.db import dawn_engine
from report_ops.utils import Monitor
-from report_ops.misc import _recon_recipients, _cc_recipients
+from report_ops.misc import _settlement_recipients, _cc_recipients
class TrancheCashflowsEmails(
@@ -47,7 +47,7 @@ class TrancheCashflowsEmails(
</body>
</html>"""
),
- to_recipients=_recon_recipients[fund],
+ to_recipients=_settlement_recipients[fund],
cc_recipients=_cc_recipients[fund],
attach=[attachment],
)