We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b3f97 commit 3596f3cCopy full SHA for 3596f3c
1 file changed
ox3apiclient.py
@@ -50,7 +50,7 @@ def __init__(self, domain, realm, consumer_key, consumer_secret,
50
# You shouldn't need to access the oauth2 consumer and token objects
51
# directly so we'll keep them "private".
52
self._consumer = oauth.Consumer(self.consumer_key, self.consumer_secret)
53
- self._token = oauth.Token('', '')
+ self._token = None
54
55
# Similarly you probably won't need to access the cookie jar directly,
56
# so it is private as well.
0 commit comments