From b4d48c4d6b4acf1116b0e67d4a909b1604a02f66 Mon Sep 17 00:00:00 2001 From: Travis Carr Date: Thu, 2 Jun 2016 09:25:56 -0700 Subject: [PATCH] Removing auth.secure = True since it doesnt seem to exist anymore. --- examples/oauth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/oauth.py b/examples/oauth.py index 4035a35..b69ff3a 100644 --- 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) -- 2.25.1