Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
8cc647f1
Commit
8cc647f1
authored
Nov 04, 2015
by
Joshua Roesslein
Browse files
Merge pull request #667 from aymericderbois/master
Fix duplicate raise in auth.py
parents
70c1c6b1
7b1e12e7
Changes
1
Show whitespace changes
Inline
Side-by-side
tweepy/auth.py
View file @
8cc647f1
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment