Skip to content

Commit

Permalink
MO: add 2025 session
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 2, 2024
1 parent e5f0646 commit 84f82f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/mo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ class Missouri(State):
"name": "2024 Regular Session",
"start_date": "2024-01-03",
"end_date": "2024-05-17",
"active": False,
},
{
"_scraped_name": "2025 Regular Session",
"classification": "primary",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-01-08",
"end_date": "2025-05-16",
"active": True,
},
]
Expand Down

0 comments on commit 84f82f8

Please sign in to comment.