fix "finded records" for all query

This commit is contained in:
Alexander Popov 2022-05-21 00:07:33 +03:00
parent 0e6ed176b3
commit 9fae7124be
Signed by: iiiypuk
GPG Key ID: 3F76816AEE08F908
2 changed files with 7 additions and 5 deletions

View File

@ -7,6 +7,7 @@
- ♻️ - Edited
## 0.2.4 - [02/05/2022]
- ✔️ - Fixed output finding records for all queryes
## 0.2.3 - [02/05/2022]
- ♻️ - Password outdated date change to 3 month

View File

@ -192,14 +192,15 @@ while loop
passwords_finded_array += 1
end
end
puts
print "Finded ".colorize(:yellow).mode(:bold)
print passwords_finded_array.colorize(:red).mode(:bold)
puts " records".colorize(:yellow).mode(:bold)
puts "-----".colorize(:dark_gray).mode(:bold)
end
puts
print "Finded ".colorize(:yellow).mode(:bold)
print passwords_finded_array.colorize(:red).mode(:bold)
puts " records".colorize(:yellow).mode(:bold)
puts "-----".colorize(:dark_gray).mode(:bold)
puts
end
system "clear"