Skip to content
Snippets Groups Projects
Commit e805a546 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

removed sleep() call post submit button event

parent 4c3314cb
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def create_account(username, fullname, reason):
# Todo: Ravi's and Louis's code go here
print (time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue')
socketio.emit("creating account")
time.sleep(5)
#time.sleep(5)
def account_confirmation(username):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment