Skip to content

Commit

Permalink
WI: add and activate 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 6, 2025
1 parent 6d0e621 commit 86cc11d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scrapers/wi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class Wisconsin(State):
"name": "2023-2024 Regular Session",
"start_date": "2023-01-03",
"end_date": "2024-05-25",
"active": True,
"active": False,
},
{
"_scraped_name": "September 2023 Special Session",
Expand All @@ -182,6 +182,15 @@ class Wisconsin(State):
"end_date": "2023-09-22",
"active": False,
},
{
"_scraped_name": "2025 Regular Session",
"classification": "primary",
"identifier": "2025",
"name": "2025-2026 Regular Session",
"start_date": "2025-01-06",
"end_date": "2026-05-25",
"active": True,
},
]
ignored_scraped_sessions = [
"January 2020 Special Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/wi/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"2021S1": "2021-2022",
"2023": "2023-2024",
"2023S1": "2023-2024",
"2025": "2025-2026",
}


Expand Down

0 comments on commit 86cc11d

Please sign in to comment.