Skip to content

Commit

Permalink
OK: comment out special session until bills posted
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Sep 14, 2023
1 parent 7a04d4f commit d8663c2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions scrapers/ok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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)",
Expand Down

0 comments on commit d8663c2

Please sign in to comment.