Skip to content

Commit b778d0a

Browse files
Merge pull request #5729 from openstates/ok-2027-session-inactive
OK: add 2027 session, inactive for now
2 parents e5b8bb0 + e253679 commit b778d0a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

scrapers/ok/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ class Oklahoma(State):
198198
"end_date": "2026-05-29",
199199
"active": True,
200200
},
201+
{
202+
"_scraped_name": "2027 Regular Session",
203+
"identifier": "2027",
204+
"name": "2027 Regular Session",
205+
# TODO real dates
206+
"start_date": "2027-02-02",
207+
"end_date": "2027-05-29",
208+
"active": False,
209+
},
201210
]
202211
ignored_scraped_sessions = [
203212
"2021 Regular Session - Web",

scrapers/ok/bills.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class OKBillScraper(Scraper):
4747
"2024S4": "244X",
4848
"2025": "2500",
4949
"2026": "2600",
50+
"2027": "2700",
5051
}
5152

5253
def scrape(self, chamber=None, session=None, only_bills=None):

0 commit comments

Comments
 (0)