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: Activate 2025 for prefiles #5092

Merged
merged 1 commit into from
Nov 19, 2024
Merged
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
6 changes: 3 additions & 3 deletions scrapers/ok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Oklahoma(State):
"name": "2024 Regular Session",
"start_date": "2024-02-05",
"end_date": "2024-05-31",
"active": True,
"active": False,
},
{
"_scraped_name": "2024 Third Special Session",
Expand All @@ -180,15 +180,15 @@ class Oklahoma(State):
"start_date": "2024-06-12",
# TODO: update end date
"end_date": "2024-06-21",
"active": True,
"active": False,
},
{
"_scraped_name": "2025 Regular Session",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-02-03",
"end_date": "2025-05-30",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down
Loading