Skip to content

Commit

Permalink
Merge pull request #5198 from openstates/ne-2025-activate
Browse files Browse the repository at this point in the history
NE: activate 2025 session
  • Loading branch information
jessemortenson authored Jan 8, 2025
2 parents da66a84 + 7cb7a05 commit b1b38a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/ne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Nebraska(State):
"start_date": "2024-07-25",
"end_date": "2024-07-31",
"classification": "special",
"active": True,
"active": False,
},
{
"_scraped_name": "109th Legislature 1st and 2nd Sessions",
Expand All @@ -101,7 +101,7 @@ class Nebraska(State):
"start_date": "2025-01-08",
"end_date": "2026-04-19",
"classification": "primary",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit b1b38a7

Please sign in to comment.