fix "finded records" for all query
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- ♻️ - Edited
|
- ♻️ - Edited
|
||||||
|
|
||||||
## 0.2.4 - [02/05/2022]
|
## 0.2.4 - [02/05/2022]
|
||||||
|
- ✔️ - Fixed output finding records for all queryes
|
||||||
|
|
||||||
## 0.2.3 - [02/05/2022]
|
## 0.2.3 - [02/05/2022]
|
||||||
- ♻️ - Password outdated date change to 3 month
|
- ♻️ - Password outdated date change to 3 month
|
||||||
|
|||||||
@@ -192,13 +192,14 @@ while loop
|
|||||||
passwords_finded_array += 1
|
passwords_finded_array += 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
puts
|
puts
|
||||||
print "Finded ".colorize(:yellow).mode(:bold)
|
print "Finded ".colorize(:yellow).mode(:bold)
|
||||||
print passwords_finded_array.colorize(:red).mode(:bold)
|
print passwords_finded_array.colorize(:red).mode(:bold)
|
||||||
puts " records".colorize(:yellow).mode(:bold)
|
puts " records".colorize(:yellow).mode(:bold)
|
||||||
puts "-----".colorize(:dark_gray).mode(:bold)
|
puts "-----".colorize(:dark_gray).mode(:bold)
|
||||||
|
end
|
||||||
|
|
||||||
puts
|
puts
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user