Skip to content

Commit

Permalink
OH: add and activate 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 6, 2025
1 parent d7e8622 commit 589a25d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scrapers/oh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Ohio(State):
"name": "135th Legislature, First Special Session",
"start_date": "2024-05-28",
"end_date": "2024-06-12",
"active": True,
"active": False,
"extras": {"session_id": "135_special_1", "session_url_slug": "135-s1"},
},
{
Expand All @@ -56,6 +56,14 @@ class Ohio(State):
"name": "135th Legislature (2023-2024)",
"start_date": "2023-01-02",
"end_date": "2024-12-31",
"active": False,
},
{
"_scraped_name": "136th (2025-2026)",
"identifier": "136",
"name": "136th Legislature (2025-2026)",
"start_date": "2025-01-06",
"end_date": "2026-12-31",
"active": True,
},
]
Expand Down

0 comments on commit 589a25d

Please sign in to comment.