From 35b38dad624370270b4461ce5fa2bc1b7c8285dd Mon Sep 17 00:00:00 2001 From: xeny <44981148+1x6@users.noreply.github.com> Date: Wed, 1 Sep 2021 18:15:40 +0100 Subject: [PATCH] fixed the smwall fwucksie wucksie senpai!! --- 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()