Update main.py

This commit is contained in:
exploits 2022-03-25 07:41:12 +00:00 committed by GitHub
parent 27ea19261b
commit 6075bf8e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -55,3 +55,4 @@ 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}')
exit()