lib/botolo/api/tweet.rb in botolo-0.70.0 vs lib/botolo/api/tweet.rb in botolo-0.70.1
- old
+ new
@@ -65,10 +65,10 @@
(0..limit-1).each do |l|
index = SecureRandom.random_number(list[0].count)
tweet = list[0][index]
begin
@twitters.each do |t|
- $logger.debug("retwetting: #{tweet.txt}")
+ $logger.debug("retwetting: #{tweet.text}")
t[:client].retweet(tweet)
end
rescue => e
$logger.err("error tweeting #{tweet.text}: #{e.message}")
end