Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanbuilds committed Nov 4, 2020
1 parent 66dd809 commit 987dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def Login(self,username,password,driver):
return logged_in
except:
driver.quit()
self.Login(username,password)
self.Login(username,password,driver)

def Follow(self,username,password):
try:
Expand Down

0 comments on commit 987dfc6

Please sign in to comment.