Skip to content

Commit

Permalink
AZ: activate 2025 session scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Dec 5, 2024
1 parent e17d753 commit f1ada6d
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 f1ada6d

Please sign in to comment.