From 58796ee88912b231944cb916aecc4313bf4402df Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Wed, 1 Sep 2021 13:17:54 -0400 Subject: [PATCH] this is the better --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 301624c..60bc86f 100644 --- a/main.py +++ b/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: