mirror of
https://github.com/uhIgnacio/SpotifyAccountCreator.git
synced 2024-08-14 23:01:06 +00:00
this is the better
This commit is contained in:
parent
1c9a901e2c
commit
58796ee889
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -40,7 +40,7 @@ resp = requests.post("https://spclient.wg.spotify.com/signup/public/v1/account",
|
|||
})
|
||||
|
||||
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}')
|
||||
print(f'{Fore.LIGHTGREEN_EX}Account Created\nLogin: {Fore.LIGHTMAGENTA_EX}{username}:{Fore.LIGHTMAGENTA_EX}{password}\nResponse: {resp.text}')
|
||||
pse()
|
||||
|
||||
elif "That email is already" or "Invalid Email" in resp.text:
|
||||
|
|
Loading…
Reference in a new issue