Skip to content

Commit

Permalink
OK: Activate 2025 for prefiles (#5092)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 19, 2024
1 parent a6fa3cb commit 714360c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 714360c

Please sign in to comment.