From 0aad78b81af26888aa7c38e07f27bb1d8e67ccb3 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 7 May 2021 13:42:32 -0500 Subject: [PATCH] Remove trailing space --- rc_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_util.py b/rc_util.py index 8150a54..0741cd1 100644 --- a/rc_util.py +++ b/rc_util.py @@ -30,7 +30,7 @@ def add_account(username, queuename, email, full="", reason=""): } ) rc_rmq.disconnect() - + def worker(ch, method, properties, body): msg = json.loads(body) -- GitLab