twitterbot_framework
twitterbot_framework copied to clipboard
TweepError log: fix AttributeError
This change fixes this error:
Traceback (most recent call last):
File "bot.py", line 84, in <module>
tweet(tweet_text)
File "bot.py", line 67, in tweet
log(e.message)
AttributeError: 'TweepError' object has no attribute 'message'
I guess the error is a little different with recent versions of tweepy. I'm using 3.5.0.