We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7a4d3 commit b373152Copy full SHA for b373152
setup.py
@@ -39,6 +39,10 @@
39
print("EasyEngine (ee) will NEVER send your information across")
40
41
ee_user = input("Enter your name: ")
42
+ while ee_user is "":
43
+ print("Name not Valid, Please enter again")
44
+ ee_user = input("Enter your name: ")
45
+
46
ee_email = input("Enter your email: ")
47
48
while not re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$",
0 commit comments