From f6271d44345cb12184120c7d566ee10e024fea7d Mon Sep 17 00:00:00 2001 From: showerst Date: Tue, 3 Dec 2024 11:28:08 -0500 Subject: [PATCH] ID: 2025, disableed for now (#5112) --- scrapers/id/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scrapers/id/__init__.py b/scrapers/id/__init__.py index 64aba0ee7f..ed45fda8c4 100644 --- a/scrapers/id/__init__.py +++ b/scrapers/id/__init__.py @@ -151,6 +151,15 @@ class Idaho(State): "end_date": "2024-03-29", "active": True, }, + { + "_scraped_name": "2025 Session", + "classification": "primary", + "identifier": "2025", + "name": "68th Legislature, 1st Regular Session (2025)", + "start_date": "2025-01-06", + "end_date": "2025-04-10", + "active": False, + }, ] ignored_scraped_sessions = [ "2010 Session",