Skip to content

Commit 9c3fdb9

Browse files
committed
Cleaned up comments in confiyg.py regarding date range configuration.
1 parent 61727dc commit 9c3fdb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
START_YEAR = _MIN_BDATE.year
3030

3131
# Date range for data extraction
32-
# Raw values from environment - use clamped_bdate() for policy-enforced dates
33-
# BDATE = date.fromisoformat(os.environ["BDATE"])
32+
# Raw values from system computer - use clamped_bdate() for policy-enforced dates
33+
3434
EDATE = date.today()
3535
END_YEAR = EDATE.year
3636

0 commit comments

Comments
 (0)