mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 01:21:09 +03:00
didnt mean to commit this, obviously
This commit is contained in:
parent
bd37c4a444
commit
48957d2c8c
1 changed files with 0 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Reference in a new issue