Fix #182 Remove the progress-bar static length (120), and let it to automatic

This commit is contained in:
erwanlr
2013-05-10 17:44:22 +02:00
parent 160ee4dcec
commit 42efc9f9ec
2 changed files with 0 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ class WpItems < Array
ProgressBar.create(
format: '%t %a <%B> (%c / %C) %P%% %e',
title: ' ', # Used to craete a left margin
length: 120,
total: targets_size
)
end

View File

@@ -66,7 +66,6 @@ class WpUser < WpItem
ProgressBar.create(
format: '%t %a <%B> (%c / %C) %P%% %e',
title: " Brute Forcing '#{login}'",
length: 120,
total: passwords_size
)
end