asv7j commited on
Commit
d0b6eb4
·
verified ·
1 Parent(s): 72f1560

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +1 -1
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(password)
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