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

removed sigalarm code

parent 8199916a
No related branches found
No related tags found
No related merge requests found
Pipeline #4563 canceled with stage
......@@ -54,8 +54,6 @@ def celery_create_account(json, session):
print(time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue')
send_msg('creating account', room)
signal.signal(signal.SIGALRM, timeout_handler)
signal.setitimer(signal.ITIMER_REAL, timeout)
print(username)
rc_util.add_account(username, email, fullname, reason)
print('sent account info')
......
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