Skip to content

Commit

Permalink
RI: 2025 live (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Jan 10, 2025
1 parent b3e480b commit 420962d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class RhodeIsland(State):
"name": "2024 Regular Session",
"start_date": "2024-01-02",
"end_date": "2024-06-30",
"active": True,
"active": False,
},
{
"_scraped_name": "2025",
Expand All @@ -125,7 +125,7 @@ class RhodeIsland(State):
"name": "2025 Regular Session",
"start_date": "2025-01-02",
"end_date": "2025-06-30",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit 420962d

Please sign in to comment.