Fix typo
This commit is contained in:
@@ -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 session cookies aren't set, not properly loaded or gives us an invalid session, then do the login
|
||||||
if (
|
if (
|
||||||
not session_cookies
|
not session_cookies
|
||||||
or not self.set_gession(session_cookies)
|
or not self.set_session(session_cookies)
|
||||||
or not self.is_logged_in()
|
or not self.is_logged_in()
|
||||||
):
|
):
|
||||||
self.login(email, password)
|
self.login(email, password)
|
||||||
|
Reference in New Issue
Block a user