Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OK: 2023 Second Special #4703

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 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 Down
1 change: 1 addition & 0 deletions scrapers/ok/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class OKBillScraper(Scraper):
"2022SS3": "223X",
"2023": "2300",
"2023S1": "231X",
"2023S2": "232X",
"2024": "2400",
}

Expand Down