excepted TweepError that was raised without an explanation further than 503

remotes/1705286528371406548/stable1
b3yond 2018-01-18 21:48:36 +01:00
parent 9305a32eb7
commit 37b2706a3b
1 changed files with 2 additions and 0 deletions

View File

@ -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):