aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/collateral/cs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/cs.py b/python/collateral/cs.py
index ebb06a27..bfee4d17 100644
--- a/python/collateral/cs.py
+++ b/python/collateral/cs.py
@@ -7,7 +7,7 @@ def download_files(count=20):
em = ExchangeMessage()
emails = em.get_msgs(
- path=["NYops", "Margin Calls CS"], count=count, subject__contains="Margin"
+ path=["NYops", "Margin Calls CS"], count=count, subject__contains="DERV048829"
)
DATA_DIR = DAILY_DIR / "CS_reports"
for msg in emails: