twitter accidentially crawled too many tweets

This commit is contained in:
b3yond 2018-01-18 15:14:04 +01:00
parent c8e67d1937
commit 21e4af6fa9

View file

@ -118,6 +118,7 @@ class RetweetBot(object):
text, text,
status.id, status.id,
status.created_at)) status.created_at))
self.save_last()
return reports return reports
except tweepy.RateLimitError: except tweepy.RateLimitError:
logger.error("Twitter API Error: Rate Limit Exceeded", exc_info=True) logger.error("Twitter API Error: Rate Limit Exceeded", exc_info=True)