diff --git a/rc_util.py b/rc_util.py index 9268203114e576034200ba76c0322d67d5ab3671..e16fe306583750d200fb56de6ff9408ea55a70e7 100644 --- a/rc_util.py +++ b/rc_util.py @@ -36,7 +36,7 @@ def worker(ch, method, properties, body): def consume(username, routing_key='', callback=worker, debug=False): if routing_key == '': - routing_key = 'confirm.' + username + routing_key = 'complete.' + username if debug: sleep(5)