From d12e7178bea5c2ad546e3a5b2f803f66257e3d31 Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Tue, 3 Dec 2024 11:05:57 -0600 Subject: [PATCH] CA: add 2025 special session 1 --- scrapers/ca/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scrapers/ca/__init__.py b/scrapers/ca/__init__.py index eea99cb042..65e220bd72 100644 --- a/scrapers/ca/__init__.py +++ b/scrapers/ca/__init__.py @@ -434,6 +434,14 @@ class California(State): "end_date": "2026-11-30", "active": True, }, + { + "classification": "special", + "identifier": "20252026 Special Session 1", + "name": "2025-2026, Special Session 1", + "start_date": "2024-12-02", + "end_date": "2024-12-02", + "active": True, + }, ] ignored_scraped_sessions = [ "2013-2014",