Skip to content

Commit

Permalink
Debug: self.blacklist = blacklist was not in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
krapes committed Jul 13, 2020
1 parent ab43921 commit 9778332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easyapplybot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 9778332

Please sign in to comment.