From 177d21efc3c540418a1c03154cf6a0a96597afde Mon Sep 17 00:00:00 2001 From: yutiansut Date: Sat, 27 Apr 2019 02:14:53 +0800 Subject: [PATCH] #update --- test_ctp/test_account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_ctp/test_account.py b/test_ctp/test_account.py index 1bac156..c386140 100644 --- a/test_ctp/test_account.py +++ b/test_ctp/test_account.py @@ -1,6 +1,6 @@ from QAPUBSUB import consumer -c = consumer.subscriber_routing(user='admin',password='admin',host='192.168.2.116',routing_key='100002', exchange='QAAccount') +c = consumer.subscriber_routing(user='admin',password='admin',host='192.168.2.116',routing_key='100002', exchange='QAACCOUNT') c.callback = lambda x, y, body, z: print(z) c.start()