twitter accidentially crawled too many tweets
This commit is contained in:
parent
c8e67d1937
commit
21e4af6fa9
|
@ -118,6 +118,7 @@ class RetweetBot(object):
|
|||
text,
|
||||
status.id,
|
||||
status.created_at))
|
||||
self.save_last()
|
||||
return reports
|
||||
except tweepy.RateLimitError:
|
||||
logger.error("Twitter API Error: Rate Limit Exceeded", exc_info=True)
|
||||
|
|
Loading…
Reference in a new issue