Skip to content

Commit

Permalink
SD: Add 2025, disabled for now (openstates#5111)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored and DGieseke committed Dec 13, 2024
1 parent 790ee6e commit 5aecb44
Show file tree
Hide file tree
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
Expand Up @@ -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 = []

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

0 comments on commit 5aecb44

Please sign in to comment.