mirror of https://github.com/Bunsly/JobSpy
chore: indeed proxy type arg fixed
parent
6e57647577
commit
571710265e
|
@ -33,7 +33,7 @@ from ...jobs import (
|
||||||
|
|
||||||
|
|
||||||
class IndeedScraper(Scraper):
|
class IndeedScraper(Scraper):
|
||||||
def __init__(self, proxies: str | None = None):
|
def __init__(self, proxies: list[str] | None = None):
|
||||||
"""
|
"""
|
||||||
Initializes IndeedScraper with the Indeed API url
|
Initializes IndeedScraper with the Indeed API url
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue