aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral/cs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral/cs.py')
-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 b2d5c959..ebb06a27 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="Margin"
)
DATA_DIR = DAILY_DIR / "CS_reports"
for msg in emails: