projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd46550
)
Removing auth.secure = True since it doesnt seem to exist anymore.
author
Travis Carr
<tmcarr89@gmail.com>
Thu, 2 Jun 2016 16:25:56 +0000
(09:25 -0700)
committer
Travis Carr
<tmcarr89@gmail.com>
Thu, 2 Jun 2016 16:25:56 +0000
(09:25 -0700)
examples/oauth.py
patch
|
blob
|
blame
|
history
diff --git
a/examples/oauth.py
b/examples/oauth.py
index 4035a359850e0391ae6234243a2e8baed3780911..b69ff3a9a63e4a028b7d3bc29b62c9feb461780d 100644
(file)
--- a/
examples/oauth.py
+++ b/
examples/oauth.py
@@
-19,7
+19,6
@@
access_token=""
access_token_secret=""
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
-auth.secure = True
auth.set_access_token(access_token, access_token_secret)
api = tweepy.API(auth)