Add _is_logged_in to the constructor.
This commit is contained in:
@ -106,6 +106,7 @@ class Client:
|
|||||||
'content-type': 'application/json',
|
'content-type': 'application/json',
|
||||||
}
|
}
|
||||||
self._closed = False
|
self._closed = False
|
||||||
|
self._is_logged_in = False
|
||||||
|
|
||||||
# internals
|
# internals
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user