Update pass.py
Browse files
pass.py
CHANGED
@@ -39,7 +39,7 @@ def send_login(username, number_of_attempts):
|
|
39 |
|
40 |
with ThreadPoolExecutor(max_workers=32) as executor:
|
41 |
future_to_password = {executor.submit(send_request, pw): pw for pw in passwords}
|
42 |
-
print(
|
43 |
start = time.time()
|
44 |
|
45 |
# Example usage
|
|
|
39 |
|
40 |
with ThreadPoolExecutor(max_workers=32) as executor:
|
41 |
future_to_password = {executor.submit(send_request, pw): pw for pw in passwords}
|
42 |
+
print(passwords)
|
43 |
start = time.time()
|
44 |
|
45 |
# Example usage
|