gnetclisdk 1.0.39__tar.gz → 1.0.40__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gnetclisdk
3
- Version: 1.0.39
3
+ Version: 1.0.40
4
4
  Summary: Client for Gnetcli GRPC-server
5
5
  Home-page: https://github.com/annetutil/gnetcli
6
6
  Author: Alexander Balezin
@@ -235,7 +235,8 @@ class Gnetcli:
235
235
  host=hostname,
236
236
  port=params.port,
237
237
  credentials=params.credentials.make_pb(),
238
- device=params.device)
238
+ device=params.device,
239
+ )
239
240
  _logger.debug("connect to %s", self._server)
240
241
  async with self._grpc_channel_fn(self._server, options=self._options) as channel:
241
242
  _logger.debug("set params for %s", hostname)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gnetclisdk
3
- Version: 1.0.39
3
+ Version: 1.0.40
4
4
  Summary: Client for Gnetcli GRPC-server
5
5
  Home-page: https://github.com/annetutil/gnetcli
6
6
  Author: Alexander Balezin
File without changes
File without changes
File without changes
File without changes
File without changes