Skip to content

Commit

Permalink
Merge pull request #5143 from openstates/de-2025-session-enable
Browse files Browse the repository at this point in the history
DE: enable 2025 session for initial bills
  • Loading branch information
jessemortenson authored Dec 18, 2024
2 parents 23101f3 + 6746963 commit eb547f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/de/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ class Delaware(State):
"name": "152nd General Assembly (2023-2024)",
"start_date": "2022-01-10",
"end_date": "2024-06-30",
"active": True,
"active": False,
},
{
"_scraped_name": "2024 - 2026 (GA 153)",
"identifier": "153",
"name": "153rd General Assembly (2025-2026)",
"start_date": "2025-01-14",
"end_date": "2026-06-30",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit eb547f4

Please sign in to comment.