asv7j commited on
Commit
a5c0213
·
verified ·
1 Parent(s): 6af3020

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +1 -1
pass.py CHANGED
@@ -44,7 +44,7 @@ start = time.time()
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
- number_of_attempts = 999999 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)
 
44
 
45
  # Example usage
46
  username = 'WonderWolf' # Replace with actual username
47
+ number_of_attempts = 12800 # Set the number of password attempts
48
  send_login(username, number_of_attempts)
49
  end = time.time()
50
  print(end - start)