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