Skip to content

Commit a0af09f

Browse files
authored
OR: Skip Test Session, FL: 2026F, disabled for now (#5683)
* OR: Skip Test Session, FL: 2026F, disabled for now * FL: Add metadata for 2026E
1 parent 824949f commit a0af09f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

scrapers/fl/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,14 @@ class Florida(State):
275275
"end_date": "2026-05-29",
276276
"active": False,
277277
},
278+
{
279+
"name": "2026 Special Session F",
280+
"identifier": "2026F",
281+
"classification": "special",
282+
"start_date": "2026-06-01",
283+
"end_date": "2026-06-05",
284+
"active": False,
285+
},
278286
]
279287
ignored_scraped_sessions = [
280288
*(str(each) for each in range(1997, 2010)),

scrapers/fl/bills.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def get_source_from_input(self):
711711
# a URL param that looks like billNumber=1
712712
bill_number = re.search(r"^\w+\s(\d+)\w*$", self.input.identifier).group(1)
713713
session_number = {
714+
"2026E": "119",
714715
"2026D": "116",
715716
"2025C": "111",
716717
"2025B": "109",

scrapers/or/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ class Oregon(State):
234234
},
235235
]
236236
ignored_scraped_sessions = [
237+
"2025-2026 Mock Interim",
237238
"Mock Session 2026",
238239
"Mock Session 2025",
239240
"Mock Session 2024",

0 commit comments

Comments
 (0)