diff --git a/scrapers/wv/__init__.py b/scrapers/wv/__init__.py index 4e01e641ef..92ee92523b 100644 --- a/scrapers/wv/__init__.py +++ b/scrapers/wv/__init__.py @@ -242,6 +242,16 @@ class WestVirginia(State): "name": "2024 Regular", "start_date": "2024-01-11", "end_date": "2024-03-09", + "active": False, + }, + { + "_scraped_name": "2024", + "classification": "special", + "identifier": "20241S", + "name": "2024 First Special Session", + "start_date": "2024-05-21", + # TODO: placeholder + "end_date": "2024-05-31", "active": True, }, ] diff --git a/scrapers/wv/bills.py b/scrapers/wv/bills.py index 635ae44a48..b8ec419907 100644 --- a/scrapers/wv/bills.py +++ b/scrapers/wv/bills.py @@ -51,6 +51,7 @@ class WVBillScraper(Scraper): "20223S": "3X", "20224S": "4X", "20231S": "1X", + "20241S": "1X", } bill_types = {