cleaned up print statement
This commit is contained in:
parent
835e26b442
commit
f5fe59ed6b
1
app.py
1
app.py
@ -136,7 +136,6 @@ def signup():
|
|||||||
ident_file.write(str(shell) + "\n")
|
ident_file.write(str(shell) + "\n")
|
||||||
ident_file.write(str(pub_key) + "\n")
|
ident_file.write(str(pub_key) + "\n")
|
||||||
|
|
||||||
print(username + " " + email + " " + shell + " " + rule_read)
|
|
||||||
return render_template("signup.html", is_email_user = is_email_user)
|
return render_template("signup.html", is_email_user = is_email_user)
|
||||||
|
|
||||||
if __name__=="__main__":
|
if __name__=="__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user