projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c1c6b
)
Fix duplicate raise in auth.py
author
Aymeric Derbois
<azmimik@gmail.com>
Wed, 4 Nov 2015 20:30:42 +0000
(21:30 +0100)
committer
Aymeric Derbois
<azmimik@gmail.com>
Wed, 4 Nov 2015 20:30:42 +0000
(21:30 +0100)
tweepy/auth.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/auth.py
b/tweepy/auth.py
index b15434bcdbbb65b0962d103336209efd0927bdc4..6ec9af3c1b404447af54474f95b24a133e0bf0f9 100644
(file)
--- a/
tweepy/auth.py
+++ b/
tweepy/auth.py
@@
-85,7
+85,6
@@
class OAuthHandler(AuthHandler):
self.request_token = self._get_request_token(access_type=access_type)
return self.oauth.authorization_url(url)
except Exception as e:
- raise
raise TweepError(e)
def get_access_token(self, verifier=None):