fix receiver example

This commit is contained in:
Kenneth Giusti 2016-06-16 14:13:17 -04:00
parent ffe8d11b55
commit fbe5806d13
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def main(argv=None):
if opts.sasl_config_name:
conn_properties["x-sasl-config-name"] = opts.sasl_config_name
c_handler = pyngus.ConnectionEventHandler()
c_handler = ConnectionEventHandler()
connection = container.create_connection("receiver",
c_handler,
conn_properties)