Skip to content

Commit

Permalink
WY: 2024 prefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Dec 4, 2023
1 parent cf9af27 commit 0838fb0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scrapers/wy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0838fb0

Please sign in to comment.