Skip to content

Commit

Permalink
Merge pull request #4963 from NewAgeAirbender/nv_bills
Browse files Browse the repository at this point in the history
NV: init 2025 session
  • Loading branch information
NewAgeAirbender authored Jun 12, 2024
2 parents 578c2f0 + 20ce1c6 commit fc364ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions scrapers/nv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,19 @@ class Nevada(State):
"identifier": "2023Special35",
"name": "35th (2023) Special Session",
"start_date": "2023-06-07",
# TODO: change end_date
"end_date": "2023-06-30",
"end_date": "2023-06-14",
"active": True,
},
{
"_scraped_name": "83rd (2025) Session",
"classification": "primary",
"identifier": "83",
"name": "2025 Regular Session",
# TODO: update dates
"start_date": "2025-02-01",
"end_date": "2025-06-01",
"active": False,
},
]
ignored_scraped_sessions = [
"25th (2008) Special Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/nv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
"80": "80th2019",
"81": "81st2021",
"82": "82nd2023",
"83": "83rd2025",
}

0 comments on commit fc364ad

Please sign in to comment.