lib/chatterbot/tweet.rb in chatterbot-0.7.1 vs lib/chatterbot/tweet.rb in chatterbot-0.9.0
- old
+ new
@@ -15,11 +15,13 @@
debug txt
log txt, original
client.update txt, params
end
rescue Twitter::Error::Forbidden => e
+ #:nocov:
debug e
false
+ #:nocov:
end
# reply to a tweet
def reply(txt, source)
debug txt