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 d67989b commit 2f1a6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
from openstates.scrape import State
from .bills import MDBillScraper
from .events import MDEventScraper
from .votes import MDVoteScraper
# from .votes import MDVoteScraper


class Maryland(State):
scrapers = {
"bills": MDBillScraper,
"events": MDEventScraper,
"votes": MDVoteScraper,
#"votes": MDVoteScraper, VOte scraper fails. Bills scraper takes care of votes
}
default_scrapers = ["bills", "votes"]
legislative_sessions = [
Expand Down

0 comments on commit 2f1a6c1

Please sign in to comment.