From 2fd9e8a79c72810e8a4d0531838f8433f4083ffa Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:57:44 -0500 Subject: [PATCH] UT: init special session --- scrapers/ut/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",