Skip to content

Commit

Permalink
Merge pull request #4765 from openstates/tim/2024/ri-2024
Browse files Browse the repository at this point in the history
RI: 2024
  • Loading branch information
NewAgeAirbender authored Jan 3, 2024
2 parents e47050f + c088259 commit e2078c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ class RhodeIsland(State):
"name": "2023 Regular Session",
"start_date": "2023-01-03",
"end_date": "2023-06-30",
"active": False,
},
{
"_scraped_name": "2024",
"classification": "primary",
"identifier": "2024",
"name": "2024 Regular Session",
"start_date": "2024-01-02",
"end_date": "2024-06-30",
"active": True,
},
]
Expand Down

0 comments on commit e2078c8

Please sign in to comment.