Skip to content

Commit

Permalink
turn off MD votes
Browse files Browse the repository at this point in the history
  • Loading branch information
twentyforty committed Sep 1, 2024
1 parent 2f1a6c1 commit 7c0fd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Maryland(State):
"events": MDEventScraper,
#"votes": MDVoteScraper, VOte scraper fails. Bills scraper takes care of votes
}
default_scrapers = ["bills", "votes"]
default_scrapers = ["bills"]
legislative_sessions = [
{
"_scraped_name": "2007 Regular Session",
Expand Down

0 comments on commit 7c0fd4f

Please sign in to comment.