From 2fa252c52d6ee888b0ce94c613d51ab29b44f36f Mon Sep 17 00:00:00 2001 From: igna Date: Fri, 3 Sep 2021 06:54:39 -0400 Subject: [PATCH] english --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 60bc86f..01bddc5 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ resp = requests.post("https://spclient.wg.spotify.com/signup/public/v1/account", "password_repeat": password }, headers={ "accept": "*/*", - "accept-language": "es-419,es;q=0.9", + "accept-language": "en-uk,en;q=0.9", "content-type": "application/x-www-form-urlencoded", "sec-fetch-dest": "empty", "sec-fetch-mode": "cors",