diff --git a/main.py b/main.py index 434faeb..01bddc5 100644 --- a/main.py +++ b/main.py @@ -50,5 +50,3 @@ elif "That email is already" or "Invalid Email" in resp.text: else: print(f'{Fore.LIGHTRED_EX}You got an error! Try with a different username and/or disable your proxy/VPN. If that doesn\'t work, please open issue on GitHub \nResponse: {resp.text} \n {resp.status_code}') pse() - -