lib/chatterbot/config.rb in chatterbot-0.9.3 vs lib/chatterbot/config.rb in chatterbot-1.0.0
- old
+ new
@@ -93,10 +93,10 @@
end
#
# return the ID of the most recent tweet pulled up in searches
def since_id
- config[:since_id] || 0
+ config[:since_id] || 1
end
#
# store since_id_reply to a different key so that it doesn't actually
# get updated until the bot is done running