Skip to content

Commit

Permalink
#update
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut committed Apr 26, 2019
1 parent d335314 commit 177d21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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()

0 comments on commit 177d21e

Please sign in to comment.