We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47a0b9 commit 6419ef1Copy full SHA for 6419ef1
1 file changed
kuksa-client/kuksa_client/grpc/__init__.py
@@ -1279,7 +1279,7 @@ def set(
1279
update, paths_with_required_type
1280
)
1281
try:
1282
- resp = self.client_stub_v2.PublishValueRequest(req, **rpc_kwargs)
+ resp = self.client_stub_v2.PublishValue(req, **rpc_kwargs)
1283
except RpcError as exc:
1284
if exc.code() == grpc.StatusCode.UNIMPLEMENTED:
1285
logger.debug("v2 not available fall back to v1 instead")
0 commit comments