Skip to content

Commit

Permalink
LA: 2025 (#5274)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Feb 4, 2025
1 parent 8a71e54 commit e468bf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/la/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,15 @@ class Louisiana(State):
"end_date": "2024-06-03",
"active": True,
},
{
"_scraped_name": "2025 Regular Session",
"classification": "primary",
"identifier": "2025",
"name": "2025 Regular Session",
"start_date": "2025-04-14",
"end_date": "2025-06-12",
"active": False,
},
]
ignored_scraped_sessions = [
"2024 Organizational Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/la/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class LABillScraper(Scraper, LXMLMixin):
"2024s1": "241ES",
"2024s2": "242ES",
"2024s3": "243ES", # this is a guess, actual session bills list page not up yet
"2025": "25RS",
}

_start_year = ""
Expand Down

0 comments on commit e468bf8

Please sign in to comment.