Skip to content

Commit

Permalink
OK: 2023 Second Special
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Oct 3, 2023
1 parent fe174e3 commit db42cc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
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

0 comments on commit db42cc2

Please sign in to comment.