log query
This commit is contained in:
parent
49a486af66
commit
1733aa40df
@ -208,6 +208,8 @@ class Handler
|
||||
end
|
||||
end
|
||||
|
||||
puts "Data gathered"
|
||||
|
||||
if datos.empty?
|
||||
# This is bad 😀
|
||||
return {
|
||||
@ -222,9 +224,12 @@ class Handler
|
||||
row[1].to_s.includes? " "
|
||||
}
|
||||
|
||||
|
||||
if genero
|
||||
datos = split_por_genero(datos)[genero]
|
||||
puts "Data split by gender"
|
||||
end
|
||||
|
||||
datos = datos[..10]
|
||||
|
||||
if datos.size > 1
|
||||
|
Loading…
Reference in New Issue
Block a user