Skip to content

Commit

Permalink
NH: 2024 Prefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Dec 8, 2023
1 parent baa6098 commit 54eff1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/nh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]
Expand Down

0 comments on commit 54eff1d

Please sign in to comment.