chore: indeed proxy type arg fixed

pull/155/head
Fasih Hussain 2024-05-25 16:35:26 +05:00
parent 6e57647577
commit 571710265e
1 changed files with 1 additions and 1 deletions

View File

@ -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
""" """