mirror of https://github.com/dapr/docs.git
				
				
				
			Merge pull request #1782 from dapr/yaron2-patch-2
Update python example for gRPC proxy
This commit is contained in:
		
						commit
						bfbe5c38d7
					
				|  | @ -170,7 +170,7 @@ var call = client.SayHello(new HelloRequest { Name = "Darth Nihilus" }, metadata | |||
| 
 | ||||
| {{% codetab %}} | ||||
| ```python | ||||
| metadata = (('dapr-app-id', 'server')) | ||||
| metadata = (('dapr-app-id', 'server'),) | ||||
| response = stub.SayHello(request={ name: 'Darth Revan' }, metadata=metadata) | ||||
| ``` | ||||
| {{% /codetab %}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue