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
50008ba4
Commit
50008ba4
authored
Aug 18, 2009
by
Josh Roesslein
Browse files
Fix a typo.
parent
4fd1096d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/auth.py
View file @
50008ba4
...
...
@@ -30,8 +30,8 @@ class OAuthHandler(AuthHandler):
AUTHORIZATION_URL
=
'http://twitter.com/oauth/authorize'
ACCESS_TOKEN_URL
=
'http://twitter.com/oauth/access_token'
def
__init__
(
self
,
consumer_key
,
consumer_secret
e
,
callback
=
None
):
self
.
_consumer
=
oauth
.
OAuthConsumer
(
consumer_key
,
consumer_secret
e
)
def
__init__
(
self
,
consumer_key
,
consumer_secret
,
callback
=
None
):
self
.
_consumer
=
oauth
.
OAuthConsumer
(
consumer_key
,
consumer_secret
)
self
.
_sigmethod
=
oauth
.
OAuthSignatureMethod_HMAC_SHA1
()
self
.
request_token
=
None
self
.
access_token
=
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