Skip to content

Commit

Permalink
PR: ignore old session (openstates#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Aug 25, 2023
1 parent bf363d4 commit fad29d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scrapers/pr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ class PuertoRico(State):
"active": True,
},
]
ignored_scraped_sessions = ["2005-2008", "2001-2004", "1997-2000", "1993-1996"]
ignored_scraped_sessions = [
"2005-2008",
"2001-2004",
"1997-2000",
"1993-1996",
"1989-1992",
]

def get_session_list(self):
from utils import url_xpath
Expand Down

0 comments on commit fad29d0

Please sign in to comment.