Skip to content

Commit

Permalink
MS: 2025 (#5188)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Jan 7, 2025
1 parent 5e48502 commit 7ebaf34
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions scrapers/ms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class Mississippi(State):
"name": "2024 Regular Session",
"start_date": "2024-01-02",
"end_date": "2024-05-05",
"active": True,
"active": False,
},
{
"_scraped_name": "2024 First Extraordinary Session",
Expand All @@ -259,7 +259,7 @@ class Mississippi(State):
"start_date": "2024-01-19",
# TODO: real end date
"end_date": "2024-01-26",
"active": True,
"active": False,
},
{
"_scraped_name": "2024 Second Extraordinary Session",
Expand All @@ -269,6 +269,15 @@ class Mississippi(State):
"start_date": "2024-02-01",
# TODO: real end date
"end_date": "2024-02-02",
"active": False,
},
{
"_scraped_name": "2025 Regular Session",
"classification": "primary",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-07",
"end_date": "2025-04-06",
"active": True,
},
]
Expand Down

0 comments on commit 7ebaf34

Please sign in to comment.