mirror of
https://github.com/uhIgnacio/SpotifyAccountCreator.git
synced 2024-08-14 23:01:06 +00:00
english
This commit is contained in:
parent
58796ee889
commit
2fa252c52d
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -29,7 +29,7 @@ resp = requests.post("https://spclient.wg.spotify.com/signup/public/v1/account",
|
||||||
"password_repeat": password
|
"password_repeat": password
|
||||||
}, headers={
|
}, headers={
|
||||||
"accept": "*/*",
|
"accept": "*/*",
|
||||||
"accept-language": "es-419,es;q=0.9",
|
"accept-language": "en-uk,en;q=0.9",
|
||||||
"content-type": "application/x-www-form-urlencoded",
|
"content-type": "application/x-www-form-urlencoded",
|
||||||
"sec-fetch-dest": "empty",
|
"sec-fetch-dest": "empty",
|
||||||
"sec-fetch-mode": "cors",
|
"sec-fetch-mode": "cors",
|
||||||
|
|
Loading…
Reference in a new issue