Add _is_logged_in to the constructor.
This commit is contained in:
parent
2f86a853d6
commit
4287f85ba4
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user