twitterbot_framework icon indicating copy to clipboard operation
twitterbot_framework copied to clipboard

TweepError log: fix AttributeError

Open nikolas opened this issue 8 years ago • 0 comments

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.

nikolas avatar Nov 14 '17 19:11 nikolas