This commit is contained in:
Mads Marquart
2019-09-08 22:58:29 +02:00
parent 614e5ad4bb
commit fc7cc4ca38

View File

@@ -71,7 +71,7 @@ class Client:
# If session cookies aren't set, not properly loaded or gives us an invalid session, then do the login
if (
not session_cookies
or not self.set_gession(session_cookies)
or not self.set_session(session_cookies)
or not self.is_logged_in()
):
self.login(email, password)