Skip to content

Commit

Permalink
Merge pull request #5010 from NewAgeAirbender/ut_bills
Browse files Browse the repository at this point in the history
UT: init special session
  • Loading branch information
NewAgeAirbender authored Aug 20, 2024
2 parents 9bf9463 + 2fd9e8a commit b8106b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scrapers/ut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,16 @@ class Utah(State):
"end_date": "2024-06-20",
"active": True,
},
{
"_scraped_name": "2024 4th Special Session",
"classification": "special",
"identifier": "2024S4",
"name": "2024 4th Special Session",
"start_date": "2024-08-21",
# TODO: update end_date
"end_date": "2024-08-30",
"active": False,
},
]
ignored_scraped_sessions = [
"2025 General Session",
Expand Down

0 comments on commit b8106b3

Please sign in to comment.