From 1d642fccee430e61473115d2a9e3d01edf86dca4 Mon Sep 17 00:00:00 2001 From: "Bo-Chun Louis Chen(VM)" <louistw@uab.edu> Date: Sat, 22 Feb 2020 06:42:14 +0000 Subject: [PATCH] Rename exchange for first message --- rc_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_util.py b/rc_util.py index 606d4a0..6219216 100644 --- a/rc_util.py +++ b/rc_util.py @@ -1,7 +1,7 @@ from rc_rmq import RCRMQ import json -rc_rmq = RCRMQ({'exchange': 'RegUsr'}) +rc_rmq = RCRMQ({'exchange': 'Request'}) tasks = {'ohpc_account': False, 'ohpc_homedir': False, 'ood_account': False, 'slurm_account': False} def add_account(username, full='', reason=''): -- GitLab