Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SD: Add 2025, disabled for now (openstates#5111)
Browse files Browse the repository at this point in the history
showerst authored and Desitrain22 committed Dec 12, 2024
1 parent 44f5860 commit bdcf5af
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/sd/__init__.py
Original file line number Diff line number Diff line change
@@ -175,6 +175,14 @@ class SouthDakota(State):
"end_date": "2024-03-25",
"active": True,
},
{
"_scraped_name": "2025",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-14",
"end_date": "2025-03-31",
"active": False,
},
]
ignored_scraped_sessions = []

1 change: 1 addition & 0 deletions scrapers/sd/bills.py
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
"2022": "64",
"2023": "68",
"2024": "69",
"2025": "70",
}
_CHAMBER_MAP = {
"H": "lower",

0 comments on commit bdcf5af

Please sign in to comment.