Skip to content
Snippets Groups Projects
Commit e722ae02 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

remove sleep in creation. Define goals for confirm function

parent a3b9093c
No related branches found
No related tags found
No related merge requests found
...@@ -44,11 +44,11 @@ def create_account(username, fullname, reason): ...@@ -44,11 +44,11 @@ def create_account(username, fullname, reason):
# Todo: Ravi's and Louis's code go here # Todo: Ravi's and Louis's code go here
print (time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue') print (time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue')
socketio.emit("creating account") socketio.emit("creating account")
time.sleep(5)
def account_confirmation(username): def account_confirmation(username):
# Todo: Ravi's and Louis's code go here # Todo: Code to create a consumer based on the username goes here
# Todo: Goal is to have it listening for confirmation.
time.sleep(5) time.sleep(5)
return True return True
......
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