Skip to content
Snippets Groups Projects
Commit 7f4ff580 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Change the var name to match the one used in cmds

parent 29ad8ead
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!30Feat subscribe mail lists
...@@ -18,7 +18,7 @@ def mail_list_subscription(ch, method, properties, body): ...@@ -18,7 +18,7 @@ def mail_list_subscription(ch, method, properties, body):
print("Received msg {}".format(msg)) print("Received msg {}".format(msg))
username = msg['username'] username = msg['username']
fullname = msg['fullname'] fullname = msg['fullname']
user_email = msg['email'] email = msg['email']
mail_list_admin = 'admin@uab.edu' #change this during deploy mail_list_admin = 'admin@uab.edu' #change this during deploy
mail_list = 'LISTSERV@LISTSERV.UAB.EDU' mail_list = 'LISTSERV@LISTSERV.UAB.EDU'
......
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