Skip to content

Commit

Permalink
NC: 2025, disabled for now (#5166)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Jan 2, 2025
1 parent 4161c79 commit dd4ed72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/nc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,15 @@ class NorthCarolina(State):
"end_date": "2024-07-01",
"active": True,
},
{
"_scraped_name": "2025-2026 Session",
"classification": "primary",
"identifier": "2025",
"name": "2025-2026 Session",
"start_date": "2025-01-11",
"end_date": "2025-07-01",
"active": False,
},
]
ignored_scraped_sessions = []

Expand Down

0 comments on commit dd4ed72

Please sign in to comment.