Skip to content

Commit

Permalink
DC: 2025 live (#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Jan 7, 2025
1 parent 2dab296 commit e830b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/dc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ class DistrictOfColumbia(State):
"name": "25th Council Period (2023-2024)",
"start_date": "2023-01-02",
"end_date": "2024-12-31",
"active": True,
"active": False,
},
{
"_scraped_name": "26",
"identifier": "26",
"name": "26th Council Period (2025-2026)",
"start_date": "2025-01-02",
"end_date": "2025-12-31",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit e830b49

Please sign in to comment.