Skip to content

Commit

Permalink
grpc: remove tab in Python file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 27, 2017
1 parent 7e719b0 commit c537658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/python_client/sync_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

def run():
channel = grpc.insecure_channel('0.0.0.0:50051')
# stub = dronecore_pb2_grpc.DroneCoreRPCStub(channel)
action_stub = action_pb2_grpc.ActionRPCStub(channel)
# stub = dronecore_pb2_grpc.DroneCoreRPCStub(channel)
action_stub = action_pb2_grpc.ActionRPCStub(channel)

arm_result = action_stub.Arm(dc.Empty())
if arm_result.result == dc.ActionResult.SUCCESS:
Expand Down

0 comments on commit c537658

Please sign in to comment.