diff options
Diffstat (limited to 'python/examples/direct/direct_producer.py')
-rwxr-xr-x | python/examples/direct/direct_producer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/direct/direct_producer.py b/python/examples/direct/direct_producer.py index 984d112243..fcbb4675e4 100755 --- a/python/examples/direct/direct_producer.py +++ b/python/examples/direct/direct_producer.py @@ -52,7 +52,7 @@ if len(sys.argv) > 2 : # Create a connection. socket = connect(host, port) -connection = Connection (sock=socket) +connection = Connection (sock=socket, username=user, password=password) connection.start() session = connection.session(str(uuid4())) |