Wrong hostname
This commit is contained in:
parent
d87f64c444
commit
dc869aa17c
@ -3,7 +3,7 @@ import pika
|
||||
import sys
|
||||
|
||||
connection = pika.AsyncoreConnection(pika.ConnectionParameters(
|
||||
host='receive'))
|
||||
host='localhost'))
|
||||
channel = connection.channel()
|
||||
|
||||
channel.exchange_declare(exchange='direct_logs',
|
||||
|
Loading…
Reference in New Issue
Block a user