lib/chatterbot/bot.rb in chatterbot-2.0.2 vs lib/chatterbot/bot.rb in chatterbot-2.0.3
- old
+ new
@@ -83,10 +83,9 @@
args = {
stall_warnings: "true"
}
end
-
streaming_client.send(method, args) do |object|
handle_streaming_object(object)
end
after_run
end