Skip to content

Commit

Permalink
Merge pull request #4745 from NewAgeAirbender/master
Browse files Browse the repository at this point in the history
OK: update active sessions & metadata
  • Loading branch information
NewAgeAirbender authored Dec 6, 2023
2 parents f06b95a + 0871f98 commit ff6e5ad
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions scrapers/ok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,32 +139,30 @@ class Oklahoma(State):
"name": "2023 Regular Session",
"start_date": "2023-02-06",
"end_date": "2023-05-26",
"active": True,
"active": False,
},
{
"_scraped_name": "2023 First Special Session",
"identifier": "2023S1",
"name": "2023 First Special Session",
"start_date": "2023-05-17",
"end_date": "2023-07-31",
"active": True,
"active": False,
},
{
"_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,
"end_date": "2023-10-04",
"active": False,
},
{
"_scraped_name": "2024 Regular Session",
"identifier": "2024",
"name": "2024 Regular Session",
# TODO: update dates
"start_date": "2024-02-01",
"end_date": "2024-05-29",
"start_date": "2024-02-05",
"end_date": "2024-05-31",
"active": True,
},
]
Expand Down

0 comments on commit ff6e5ad

Please sign in to comment.