Skip to content

Commit 814a4c1

Browse files
committed
Delete sample.py
1 parent 5503c47 commit 814a4c1

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

example/sample.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

rekcurd_client/core/rekcurd_worker_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self, host: str = None, port: int = None,
6060
('x-rekcurd-sevice-level', service_level),
6161
('x-rekcurd-grpc-version', rekcurd_grpc_version)]
6262

63-
channel = grpc.insecure_channel("{}:{}".format(host, port))
63+
channel = grpc.insecure_channel("{0}:{1}".format(host, port))
6464
self.stub = rekcurd_pb2_grpc.RekcurdWorkerStub(channel)
6565

6666
@property

0 commit comments

Comments
 (0)