Skip to content

Commit

Permalink
fix(ziprecruiter): init cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jan 12, 2024
1 parent 22fbb42 commit 4ab5d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobspy/scrapers/ziprecruiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, proxy: Optional[str] = None):
"""
site = Site(Site.ZIP_RECRUITER)
self.url = "https://www.ziprecruiter.com"
# self.session = requests.Session()
self.session = create_session(proxy)
self.get_cookies()
super().__init__(site, proxy=proxy)
Expand Down

0 comments on commit 4ab5d2d

Please sign in to comment.