diff --git a/retweetbot.py b/retweetbot.py index 88fd2fb..e196ca6 100755 --- a/retweetbot.py +++ b/retweetbot.py @@ -126,6 +126,8 @@ class RetweetBot(object): except requests.exceptions.ConnectionError: logger.error("Twitter API Error: Bad Connection", exc_info=True) self.waitcounter += 10 + except tweepy.TweepError: + logger.error("Twitter API Error: General Error", exc_info=True) return [] def repost(self, status):