From 298da58f067099303fb007ab656d2f3b449794c7 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Wed, 8 Jul 2020 09:15:51 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'twitter.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter.py b/twitter.py index a4a824c..0e210fc 100644 --- a/twitter.py +++ b/twitter.py @@ -1,6 +1,6 @@ from config import twitter import tweepy -# auth = tweepy.OAuthHandler(twitter['consumer_key'], twitter['consumer_secret']) +auth = tweepy.OAuthHandler(twitter['consumer_key'], twitter['consumer_secret'])