Skip to content

Commit

Permalink
MN: activate 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 14, 2025
1 parent f7793f2 commit c5f0269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/mn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Minnesota(State):
"name": "2023-2024 Regular Session",
"start_date": "2023-01-03",
"end_date": "2024-05-20",
"active": True,
"active": False,
},
{
"_scraped_name": "94th Legislature, 2025-2026",
Expand All @@ -227,7 +227,7 @@ class Minnesota(State):
"start_date": "2025-01-14",
# TODO: update end_date
"end_date": "2026-05-20",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit c5f0269

Please sign in to comment.