From 50883756b71c66117eb86b227434ab042597d400 Mon Sep 17 00:00:00 2001 From: Eesaan Atluri <atlurie@uab.edu> Date: Fri, 8 May 2020 02:31:01 +0000 Subject: [PATCH] Change task name --- get-next-uid-gid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-next-uid-gid.py b/get-next-uid-gid.py index 87a47cc..3818be6 100644 --- a/get-next-uid-gid.py +++ b/get-next-uid-gid.py @@ -8,7 +8,7 @@ import rc_util from os import popen from rc_rmq import RCRMQ -task = 'get_next_uid_gid' +task = 'create_account' # Instantiate rabbitmq object rc_rmq = RCRMQ({'exchange': 'RegUsr', 'exchange_type': 'topic'}) -- GitLab