Skip to content

Commit

Permalink
PA: 2025 (#5189)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Jan 7, 2025
1 parent 7ebaf34 commit b5eec62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scrapers/pa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Pennsylvania(State):
"name": "2023-2024 Regular Session",
"start_date": "2023-01-03",
"end_date": "2024-11-30",
"active": True,
"active": False,
"extras": {"session_year": "2023"},
},
{
Expand All @@ -95,7 +95,7 @@ class Pennsylvania(State):
"name": "2023-2024 Special Session #1",
"start_date": "2023-01-09",
"end_date": "2024-11-30",
"active": True,
"active": False,
},
{
"_scraped_name": "2025-2026 Regular Session",
Expand All @@ -104,7 +104,7 @@ class Pennsylvania(State):
"name": "2025-2026 Regular Session",
"start_date": "2025-01-07",
"end_date": "2025-11-30",
"active": False,
"active": True,
"extras": {"session_year": "2025"},
},
]
Expand Down

0 comments on commit b5eec62

Please sign in to comment.