Skip to content

Commit

Permalink
VA: 2023S1 (#4696)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Sep 6, 2023
1 parent f4006c5 commit 3bc664a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions scrapers/va/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ class Virginia(State):
"end_date": "2023-03-11",
"active": True,
},
{
"_scraped_name": "2023 Special Session I",
"classification": "special",
"identifier": "2023S1",
"name": "2023, 1st Special Session",
"start_date": "2023-08-05",
"end_date": "2023-08-13",
"active": True,
},
]
ignored_scraped_sessions = [
"2021 Special Session I",
Expand Down
3 changes: 2 additions & 1 deletion scrapers/va/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"2022": "221",
"2022S1": "222",
"2023": "231",
"2023S1": "232",
}

COMBINED_SESSIONS = {"221": ["222", "231"]}
COMBINED_SESSIONS = {"221": ["222", "231", "232"]}

0 comments on commit 3bc664a

Please sign in to comment.