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

parameterized app_host variable

parent 651012b6
No related branches found
No related tags found
No related merge requests found
Pipeline #6146 failed with stage
...@@ -91,7 +91,7 @@ def celery_certify_account(json, session): ...@@ -91,7 +91,7 @@ def celery_certify_account(json, session):
fullname= json['fullname'] fullname= json['fullname']
queuename= rc_util.encode_name(username) queuename= rc_util.encode_name(username)
updated_by= f'{username}' updated_by= f'{username}'
host= 'login005' host= vars.app_host
print("CERTIFY : "+time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue') print("CERTIFY : "+time.strftime("%m-%d-%Y_%H:%M:%S") + '\tUser ' + username + ' added to queue')
send_msg('certifying account', room) send_msg('certifying account', room)
......
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