Skip to content

Commit

Permalink
Merge pull request #4699 from NewAgeAirbender/master
Browse files Browse the repository at this point in the history
OK: Ignore 2nd Special Until Bills Posted
  • Loading branch information
NewAgeAirbender authored Sep 14, 2023
2 parents 0b05d48 + d8663c2 commit a8fb738
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions scrapers/ok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,27 @@ class Oklahoma(State):
"_scraped_name": "2023 Regular Session",
"identifier": "2023",
"name": "2023 Regular Session",
# TODO: update dates
"start_date": "2023-02-01",
"end_date": "2023-05-29",
"start_date": "2023-02-06",
"end_date": "2023-05-26",
"active": True,
},
{
"_scraped_name": "2023 First Special Session",
"identifier": "2023S1",
"name": "2023 First Special Session",
"start_date": "2023-05-17",
"end_date": "2023-05-26",
"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": "2024 Regular Session",
"identifier": "2024",
Expand All @@ -161,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 a8fb738

Please sign in to comment.