shvuuuu commited on
Commit
f52e3c9
1 Parent(s): ae87c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ access_secret = os.environ['access_secret']
14
 
15
  auth = tweepy.OAuthHandler(consumer_key,consumer_secret)
16
  auth.set_access_token(access_key,access_secret)
 
17
 
18
 
19
  def get_tweets(username, count):
 
14
 
15
  auth = tweepy.OAuthHandler(consumer_key,consumer_secret)
16
  auth.set_access_token(access_key,access_secret)
17
+ api = tweepy.API(auth)
18
 
19
 
20
  def get_tweets(username, count):