diff --git a/scrapers/md/__init__.py b/scrapers/md/__init__.py index 5e6a543662..b5bc2c303b 100644 --- a/scrapers/md/__init__.py +++ b/scrapers/md/__init__.py @@ -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 = [