diff --git a/scrapers/ut/__init__.py b/scrapers/ut/__init__.py index e64a29dccd..3210b21c6d 100644 --- a/scrapers/ut/__init__.py +++ b/scrapers/ut/__init__.py @@ -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",