Skip to content

Commit

Permalink
Update duolingo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imvickykumar999 committed Jul 19, 2023
1 parent a21bacf commit 057af4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duolingo.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _login(self):
self._load_session_from_file()
if self._check_login():
return True
self.jwt = None
# self.jwt = None

login_url = "https://www.duolingo.com/login"
data = {"login": self.username, "password": self.password}
Expand Down

1 comment on commit 057af4e

@imvickykumar999
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.