Fix bug with logging in with email and password.
This commit is contained in:
parent
879584b81a
commit
64c1e7d199
@ -298,7 +298,7 @@ class Client:
|
|||||||
def _login_2(self, email, password, **kwargs):
|
def _login_2(self, email, password, **kwargs):
|
||||||
# attempt to read the token from cache
|
# attempt to read the token from cache
|
||||||
if self.cache_auth:
|
if self.cache_auth:
|
||||||
token = self._get_cache_token()
|
token = self._get_cache_token(email, password)
|
||||||
try:
|
try:
|
||||||
self.http.static_login(token, bot=False)
|
self.http.static_login(token, bot=False)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user