Skip to content
Snippets Groups Projects
Commit f3bb3493 authored by Ken Payson's avatar Ken Payson
Browse files

Fix Python reflection arguments

parent 35766734
No related branches found
No related tags found
No related merge requests found
......@@ -152,4 +152,4 @@ def enable_server_reflection(service_names, server, pool=None):
pool: DescriptorPool object to use (descriptor_pool.Default() if None).
"""
reflection_pb2_grpc.add_ServerReflectionServicer_to_server(
ReflectionServicer(service_names), server, pool)
ReflectionServicer(service_names, pool), server)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment