Skip to content

Commit

Permalink
CA: set inactive 2025 special session 1, it causes empty scrape errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 3, 2024
1 parent c06146b commit b73e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class California(State):
"name": "2025-2026, Special Session 1",
"start_date": "2024-12-02",
"end_date": "2024-12-02",
"active": True,
"active": False,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit b73e8a3

Please sign in to comment.