didnt mean to commit this, obviously

This commit is contained in:
Bruno Windels 2018-09-19 20:57:00 +02:00
parent bd37c4a444
commit 48957d2c8c

View file

@ -133,7 +133,6 @@ def register_new_user(user, password, server_location, shared_secret, admin):
print "Passwords do not match"
sys.exit(1)
print admin
if admin is None:
admin = raw_input("Make admin [no]: ")
if admin in ("y", "yes", "true"):