Skip to content

Commit

Permalink
Merge pull request #4706 from NewAgeAirbender/tx_bills
Browse files Browse the repository at this point in the history
TX: update sessions active & end_dates
  • Loading branch information
NewAgeAirbender authored Oct 12, 2023
2 parents 2588bc9 + 5190149 commit 838f4b6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scrapers/tx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ class Texas(State):
{
"_scraped_name": "88(R) - 2023",
"classification": "regular",
"end_date": "2023-05-29",
"identifier": "88",
"name": "88th Legislature (2023)",
"start_date": "2023-01-10",
"active": True,
"end_date": "2023-05-29",
"active": False,
},
{
"_scraped_name": "88(1) - 2023",
Expand All @@ -162,17 +162,16 @@ class Texas(State):
"name": "88th Legislature, 1st Called Session (2023)",
"start_date": "2023-05-29",
"end_date": "2023-06-27",
"active": True,
"active": False,
},
{
"_scraped_name": "88(2) - 2023",
"classification": "special",
"identifier": "882",
"name": "88th Legislature, 2nd Called Session (2023)",
"start_date": "2023-06-28",
# TODO: correct end date
"end_date": "2023-06-30",
"active": True,
"start_date": "2023-06-27",
"end_date": "2023-07-13",
"active": False,
},
{
"_scraped_name": "88(3) - 2023",
Expand Down

0 comments on commit 838f4b6

Please sign in to comment.