diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/monthly_interest.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/monthly_interest.py b/python/monthly_interest.py index aed4f869..18e2f687 100644 --- a/python/monthly_interest.py +++ b/python/monthly_interest.py @@ -29,17 +29,12 @@ def download_messages(em, counterparty, start, end, auto=False): base_dir = DAILY_DIR / f"{counterparty}_reports" / "Interest Statements" elif counterparty == "BAML": base_dir = ( - DAILY_DIR - / "Serenitas" - / "Test" - / f"BoA_reports" - / "Interest Statements" + DAILY_DIR / "Serenitas" / f"BoA_reports" / "Interest Statements" ) else: base_dir = ( DAILY_DIR / "Serenitas" - / "Test" / f"{counterparty}_reports" / "Interest Statements" ) |
