From d8663c2550227d8a81f5ff44828e94b378ea6dc1 Mon Sep 17 00:00:00 2001 From: NewAgeAirbender <34139325+NewAgeAirbender@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:01:27 -0500 Subject: [PATCH] OK: comment out special session until bills posted --- scrapers/ok/__init__.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/scrapers/ok/__init__.py b/scrapers/ok/__init__.py index 5fe2c06bc2..6d5c8ea478 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", @@ -169,6 +169,7 @@ class Oklahoma(State): }, ] ignored_scraped_sessions = [ + "2023 Second Special Session", "2021 Regular Session - Web", "2020 Second Special Session", "2020 Regular Session (web)",