diff --git a/scrapers/nv/__init__.py b/scrapers/nv/__init__.py index 1851e857a8..fc0f12d7d7 100644 --- a/scrapers/nv/__init__.py +++ b/scrapers/nv/__init__.py @@ -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", diff --git a/scrapers/nv/common.py b/scrapers/nv/common.py index ec727a2a8b..439001dc33 100644 --- a/scrapers/nv/common.py +++ b/scrapers/nv/common.py @@ -17,4 +17,5 @@ "80": "80th2019", "81": "81st2021", "82": "82nd2023", + "83": "83rd2025", }