fixed the smwall fwucksie wucksie senpai!!

This commit is contained in:
xeny 2021-09-01 18:15:40 +01:00 committed by GitHub
parent 38532c8afd
commit 35b38dad62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()