Skip to content

Commit

Permalink
FL: set 2023 sessions inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender authored Mar 8, 2024
1 parent fdc5150 commit 380acd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/fl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Florida(State):
"classification": "primary",
"start_date": "2023-03-07",
"end_date": "2023-05-05",
"active": True,
"active": False,
},
{
"name": "2023 Special Session B",
Expand All @@ -209,7 +209,7 @@ class Florida(State):
"classification": "special",
"start_date": "2023-11-06",
"end_date": "2023-11-09",
"active": True,
"active": False,
},
{
"name": "2024 Regular Session",
Expand Down

0 comments on commit 380acd8

Please sign in to comment.