Skip to content

Commit

Permalink
TX: 2023S3
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Oct 6, 2023
1 parent 096eb76 commit 64f69c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scrapers/tx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@ class Texas(State):
"end_date": "2023-06-30",
"active": True,
},
{
"_scraped_name": "88(3) - 2023",
"classification": "special",
"identifier": "883",
"name": "88th Legislature, 3rd Called Session (2023)",
"start_date": "2023-10-09",
# TODO: correct end date
"end_date": "2023-10-13",
"active": True,
},
# TODO: Re-enable vote scraper when adding next regular session
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit 64f69c5

Please sign in to comment.