diff --git a/scrapers/ut/__init__.py b/scrapers/ut/__init__.py index 54283e0844..37bf8bdd5f 100644 --- a/scrapers/ut/__init__.py +++ b/scrapers/ut/__init__.py @@ -329,15 +329,15 @@ class Utah(State): "end_date": "2023-05-18", "active": True, }, - # { - # "_scraped_name": "2023 2nd Special Session", - # "classification": "special", - # "identifier": "2023S2", - # "name": "2023 2nd Special Session", - # "start_date": "2023-06-14", - # "end_date": "2023-06-15", - # "active": True, - # }, + { + "_scraped_name": "2023 2nd Special Session", + "classification": "special", + "identifier": "2023S2", + "name": "2023 2nd Special Session", + "start_date": "2023-06-14", + "end_date": "2023-06-15", + "active": True, + }, ] ignored_scraped_sessions = [ "2023 2nd Special Session",