Add _is_logged_in to the constructor.

This commit is contained in:
Rapptz 2015-12-05 00:47:52 -05:00
parent 2f86a853d6
commit 4287f85ba4

View File

@ -106,6 +106,7 @@ class Client:
'content-type': 'application/json',
}
self._closed = False
self._is_logged_in = False
# internals