lib/chatterbot/home_timeline.rb in chatterbot-2.0.3 vs lib/chatterbot/home_timeline.rb in chatterbot-2.0.4
- old
+ new
@@ -5,10 +5,10 @@
module HomeTimeline
# handle the bots timeline
def home_timeline(*args, &block)
return unless require_login
- debug "check for home_timeline tweets since #{since_id}"
+ debug "check for home_timeline tweets since #{since_id_home_timeline}"
opts = {
:since_id => since_id_home_timeline,
:count => 200
}