Skip to content

Commit

Permalink
WV: 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Jan 1, 2024
1 parent 2605590 commit a051ae5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/wv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ class WestVirginia(State):
"name": "2023 First Special Session",
"start_date": "2023-08-06",
"end_date": "2023-08-11",
"active": False,
},
{
"_scraped_name": "2024",
"classification": "primary",
"identifier": "2024",
"name": "2024 Regular",
"start_date": "2024-01-11",
"end_date": "2024-03-09",
"active": True,
},
]
Expand Down

0 comments on commit a051ae5

Please sign in to comment.