diff --git a/c-busqueda/handler.cr b/c-busqueda/handler.cr index 9525cfa..fa4f3cb 100644 --- a/c-busqueda/handler.cr +++ b/c-busqueda/handler.cr @@ -195,7 +195,7 @@ class Handler ) end - puts: "QUERY: #{sql}" + puts "QUERY: #{sql}" datos = [] of Tuple(Int32, String) DB.open("postgres://#{USER}:#{PASS}@10.61.0.1:5432/nombres") do |cursor|