diff --git a/confluent/sockapi.py b/confluent/sockapi.py index 5eb1b429..f3436b1e 100644 --- a/confluent/sockapi.py +++ b/confluent/sockapi.py @@ -43,6 +43,7 @@ class ClientConsole(object): def sessionhdl(connection, authname): # For now, trying to test the console stuff, so let's just do n4. authenticated = False + authdata = None if authname and isinstance(authname, bool): authenticated = True cfm = configmanager.ConfigManager(tenant=None)