Skip to content

Commit

Permalink
SC: activate 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 5, 2024
1 parent da37dc7 commit dfc2ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/sc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SouthCarolina(State):
"name": "2023-2024 Regular Session",
"start_date": "2023-01-10",
"end_date": "2024-05-09",
"active": True,
"active": False,
},
{
"_scraped_name": "126 - (2025-2026)",
Expand All @@ -78,7 +78,7 @@ class SouthCarolina(State):
"name": "2025-2026 Regular Session",
"start_date": "2025-01-14",
"end_date": "2025-05-08",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit dfc2ec6

Please sign in to comment.