projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df387d
)
fix request_token
author
Matheus Hernandes
<midia.matheus@gmail.com>
Mon, 7 Jan 2019 00:39:28 +0000
(22:39 -0200)
committer
Matheus Hernandes
<midia.matheus@gmail.com>
Mon, 7 Jan 2019 00:39:28 +0000
(22:39 -0200)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index c157ad8fd03bb66975dc384d3c92e6ea90789ea1..00559fb8d2d0c7af5b947073ce36e9739c9a9c73 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-44,6
+44,7
@@
class OAuthHandler(AuthHandler):
self.access_token_secret = None
self.callback = callback
self.username = None
+ self.request_token = {}
self.oauth = OAuth1Session(consumer_key,
client_secret=consumer_secret,
callback_uri=self.callback)