From a051ae56d232155b8d75587dbd2aa2c25da6c4ca Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Mon, 1 Jan 2024 12:47:33 -0500 Subject: [PATCH] WV: 2024 --- scrapers/wv/__init__.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scrapers/wv/__init__.py b/scrapers/wv/__init__.py index 5930d5c1b9..4e01e641ef 100644 --- a/scrapers/wv/__init__.py +++ b/scrapers/wv/__init__.py @@ -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, }, ]