Skip to content

Commit

Permalink
DE: Bills: Add 2025 session (disabled for now) (#5076)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 7, 2024
1 parent d36adfb commit dccb903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/de/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ class Delaware(State):
"end_date": "2024-06-30",
"active": True,
},
{
"_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,
},
]
ignored_scraped_sessions = [
"1932 - 1934 (GA 104)",
Expand Down

0 comments on commit dccb903

Please sign in to comment.