diff --git a/scrapers/ok/__init__.py b/scrapers/ok/__init__.py index 6d5c8ea478..e9fdc39de5 100644 --- a/scrapers/ok/__init__.py +++ b/scrapers/ok/__init__.py @@ -149,15 +149,15 @@ class Oklahoma(State): "end_date": "2023-07-31", "active": True, }, - # { - # "_scraped_name": "2023 Second Special Session", - # "identifier": "2023S2", - # "name": "2023 Second Special Session", - # "start_date": "2023-10-03", - # # TODO: update end date - # "end_date": "2023-10-26", - # "active": True, - # }, + { + "_scraped_name": "2023 Second Special Session", + "identifier": "2023S2", + "name": "2023 Second Special Session", + "start_date": "2023-10-03", + # TODO: update end date + "end_date": "2023-10-26", + "active": True, + }, { "_scraped_name": "2024 Regular Session", "identifier": "2024", diff --git a/scrapers/ok/bills.py b/scrapers/ok/bills.py index 8cd00e169e..5903b3d375 100644 --- a/scrapers/ok/bills.py +++ b/scrapers/ok/bills.py @@ -35,6 +35,7 @@ class OKBillScraper(Scraper): "2022SS3": "223X", "2023": "2300", "2023S1": "231X", + "2023S2": "232X", "2024": "2400", }