From 8e3459653f4c2cd55d3a4d7ba033e6d1952495a4 Mon Sep 17 00:00:00 2001 From: jafermarq Date: Thu, 30 Jan 2025 14:07:11 +0000 Subject: [PATCH] fix --- src/py/flwr/cli/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/flwr/cli/utils.py b/src/py/flwr/cli/utils.py index 5b2de01d38cf..bac243894d73 100644 --- a/src/py/flwr/cli/utils.py +++ b/src/py/flwr/cli/utils.py @@ -274,7 +274,7 @@ def init_channel( interceptors: list[grpc.UnaryUnaryClientInterceptor] = [] if auth_plugin is not None: auth_plugin.load_tokens() - interceptors = CliUserAuthInterceptor(auth_plugin) + interceptors = [CliUserAuthInterceptor(auth_plugin)] # Create the gRPC channel channel = create_channel(