Skip to content
Snippets Groups Projects
Commit 78001500 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix missing comma

parent 219fabfb
No related branches found
No related tags found
8 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!44WIP: Update Feat task manager to match new messaging structure,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!34WIP: Update task manager agent,!25Feature task manager
......@@ -84,7 +84,7 @@ def task_manager(ch, method, properties, body):
if done:
# send trigger message
rc_rmq.publish_msg({
'routing_key': routing_key
'routing_key': routing_key,
'msg': {
'username': username,
'email': current['email'],
......
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