Skip to content

Commit

Permalink
TX: Bills: 2023 4th special (#4716)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 8, 2023
1 parent 79725f8 commit 45b219b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scrapers/tx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,17 @@ class Texas(State):
"identifier": "883",
"name": "88th Legislature, 3rd Called Session (2023)",
"start_date": "2023-10-09",
"end_date": "2023-11-08",
"active": False,
},
{
"_scraped_name": "88(4) - 2023",
"classification": "special",
"identifier": "884",
"name": "88th Legislature, 4th Called Session (2023)",
"start_date": "2023-11-08",
# TODO: correct end date
"end_date": "2023-10-13",
"end_date": "2023-11-17",
"active": True,
},
# TODO: Re-enable vote scraper when adding next regular session
Expand Down

0 comments on commit 45b219b

Please sign in to comment.