Skip to content

Commit

Permalink
Merge pull request #4968 from NewAgeAirbender/ut_bills
Browse files Browse the repository at this point in the history
UT: 2024 3rd special
  • Loading branch information
NewAgeAirbender authored Jun 17, 2024
2 parents d2c8bb2 + e4ce9cb commit eeb1317
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 @@ -347,6 +347,16 @@ class Utah(State):
"end_date": "2024-03-01",
"active": True,
},
{
"_scraped_name": "2024 3rd Special Session",
"classification": "special",
"identifier": "2024S3",
"name": "2024 3rd Special Session",
"start_date": "2024-06-19",
# TODO: update end_date
"end_date": "2024-06-20",
"active": True,
},
]
ignored_scraped_sessions = [
"2025 General Session",
Expand Down

0 comments on commit eeb1317

Please sign in to comment.