From 54eff1d7f5c02c3f0afd0fbbbe9ecf72d5982176 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:29:20 -0600 Subject: [PATCH] NH: 2024 Prefiles --- scrapers/nh/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scrapers/nh/__init__.py b/scrapers/nh/__init__.py index eb39c07f02..ca8b46f3a8 100644 --- a/scrapers/nh/__init__.py +++ b/scrapers/nh/__init__.py @@ -92,6 +92,14 @@ class NewHampshire(State): "name": "2023 Regular Session", "start_date": "2023-01-04", "end_date": "2023-06-30", + "active": False, + }, + { + "identifier": "2024", + "classification": "primary", + "name": "2024 Regular Session", + "start_date": "2024-01-03", + "end_date": "2024-06-28", "active": True, }, ]