Skip to content

Commit

Permalink
Merge pull request #5118 from openstates/az-2025-activate
Browse files Browse the repository at this point in the history
AZ: activate 2025 session scrape
  • Loading branch information
jessemortenson authored Dec 5, 2024
2 parents e17d753 + f1ada6d commit da37dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/az/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class Arizona(State):
"name": "56th Legislature - Second Regular Session",
"start_date": "2024-01-08",
"end_date": "2024-04-20",
"active": True,
"active": False,
},
{
"_scraped_name": "2025 - Fifty-seventh Legislature - First Regular Session",
Expand All @@ -295,7 +295,7 @@ class Arizona(State):
"name": "57th Legislature - First Regular Session",
"start_date": "2025-01-13",
"end_date": "2025-04-26",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit da37dc7

Please sign in to comment.