this is the better

This commit is contained in:
igna 2021-09-01 13:17:54 -04:00 committed by GitHub
parent 1c9a901e2c
commit 58796ee889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: