From 1c9a901e2c3f567405f9fa26cfc9e2ed89e6a7fc Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:15:22 -0400 Subject: [PATCH] what --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index db45f9b..301624c 100644 --- a/main.py +++ b/main.py @@ -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()