diff --git a/src/py/flwr/cli/new/templates/app/code/server.tensorflow.py.tpl b/src/py/flwr/cli/new/templates/app/code/server.tensorflow.py.tpl index 7ecdcc6c8fa6..abd2a977b503 100644 --- a/src/py/flwr/cli/new/templates/app/code/server.tensorflow.py.tpl +++ b/src/py/flwr/cli/new/templates/app/code/server.tensorflow.py.tpl @@ -22,7 +22,7 @@ def server_fn(context: Context): min_available_clients=2, initial_parameters=parameters, ) - config = ServerConfig(num_rounds=num_round) + config = ServerConfig(num_rounds=num_rounds) return ServerAppComponents(strategy=strategy, config=config)