diff --git a/easyapplybot.py b/easyapplybot.py index 224bf2b..d1a35ac 100644 --- a/easyapplybot.py +++ b/easyapplybot.py @@ -44,6 +44,7 @@ def __init__(self, self.options = self.browser_options() self.browser = driver self.wait = WebDriverWait(self.browser, 30) + self.blacklist = blacklist self.start_linkedin(username, password)