Skip to content

Commit

Permalink
TN: 2025 prefiles (#5074)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 6, 2024
1 parent f7ed0d3 commit d3ebdf9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scrapers/tn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Tennessee(State):
"name": "113th Regular Session (2023-2024)",
"start_date": "2023-01-10",
"end_date": "2024-04-25",
"active": True,
"active": False,
},
{
"_scraped_name": "First Extraordinary Session (August 2023)",
Expand All @@ -137,6 +137,15 @@ class Tennessee(State):
"end_date": "2023-08-29",
"active": False,
},
{
"_scraped_name": "114th General Assembly",
"classification": "primary",
"identifier": "114",
"name": "114th Regular Session (2025-2026)",
"start_date": "2025-01-14",
"end_date": "2025-04-25",
"active": True,
},
]
ignored_scraped_sessions = [
"107th General Assembly",
Expand Down

0 comments on commit d3ebdf9

Please sign in to comment.