This commit is contained in:
igna 2021-09-01 13:15:22 -04:00 committed by GitHub
parent ded6fea2fd
commit 1c9a901e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ resp = requests.post("https://spclient.wg.spotify.com/signup/public/v1/account",
"referrer-policy": "strict-origin-when-cross-origin"
})
resp = requests.post('https://spclient.wg.spotify.com/signup/public/v1/account', data=data)
if "login_token" in resp.text:
print(f'{Fore.LIGHTGREEN_EX}Account Created\nLogin: {Fore.LIGHTBLUE_EX}{username}:{Fore.LIGHTBLACK_EX}{password}\nResponse: {resp.text}')
pse()