lakshmi324 commited on
Commit
c6612b9
·
1 Parent(s): 88f3808

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def twitter_auth(consumerkey,consumersecret):
12
 
13
  auth = tweepy.AppAuthHandler(consumer_key,consumer_secret)
14
 
15
- api = tweepy.API(auth,wait_on_rate_limit= True,wait_on_rate_limit_notify=True)
16
  return api
17
 
18
  """## Helper function for handling ratelimit and pagination"""
 
12
 
13
  auth = tweepy.AppAuthHandler(consumer_key,consumer_secret)
14
 
15
+ api = tweepy.API(auth,wait_on_rate_limit= True)
16
  return api
17
 
18
  """## Helper function for handling ratelimit and pagination"""