Skip to content

Commit

Permalink
Merge pull request #4955 from openstates/tim/2024/wv-s1
Browse files Browse the repository at this point in the history
WV: 2024 First Special
  • Loading branch information
NewAgeAirbender authored May 21, 2024
2 parents 8977285 + 48ebf5d commit 19546c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scrapers/wv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]
Expand Down
1 change: 1 addition & 0 deletions scrapers/wv/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class WVBillScraper(Scraper):
"20223S": "3X",
"20224S": "4X",
"20231S": "1X",
"20241S": "1X",
}

bill_types = {
Expand Down

0 comments on commit 19546c2

Please sign in to comment.