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
7b1e12e7
Commit
7b1e12e7
authored
Nov 04, 2015
by
Aymeric Derbois
Browse files
Fix duplicate raise in auth.py
parent
70c1c6b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/auth.py
View file @
7b1e12e7
...
...
@@ -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