Skip to content

Commit

Permalink
CT: activate 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 7, 2025
1 parent b5eec62 commit 37489d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/ct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ class Connecticut(State):
"name": "2024 Regular Session",
"start_date": "2024-01-04",
"end_date": "2024-05-08",
"active": True,
"active": False,
},
{
"_scraped_name": "2025",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-08",
"end_date": "2025-06-04",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit 37489d8

Please sign in to comment.