diff --git a/scrapers/wy/__init__.py b/scrapers/wy/__init__.py index a32732c944..d40a0ebc74 100644 --- a/scrapers/wy/__init__.py +++ b/scrapers/wy/__init__.py @@ -132,11 +132,19 @@ class Wyoming(State): "name": "2023 Regular Session", "start_date": "2023-01-10", "end_date": "2023-03-10", + "active": False, + }, + { + "_scraped_name": "2024", + "classification": "primary", + "identifier": "2024", + "name": "2024 Regular Session", + "start_date": "2024-02-12", + "end_date": "2023-04-08", "active": True, }, ] ignored_scraped_sessions = [ - "2024", "2010", "2009", "2008",