Skip to content
Snippets Groups Projects
Commit ee7edbb3 authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Fix

parent 724e8bf4
No related branches found
No related tags found
1 merge request!56Fix
...@@ -64,7 +64,7 @@ async def _main( ...@@ -64,7 +64,7 @@ async def _main(
environments_stub = environments_pb2_grpc.EnvironmentsStub(content_channel) environments_stub = environments_pb2_grpc.EnvironmentsStub(content_channel)
server = grpc.aio.server(futures.ThreadPoolExecutor(max_workers=10)) server = grpc.aio.server(futures.ThreadPoolExecutor(max_workers=10))
await extension_pb2_grpc.add_ExtensionServicer_to_server( extension_pb2_grpc.add_ExtensionServicer_to_server(
servicer_cls( servicer_cls(
collections_stub, environments_stub, roles_stub, clients_stub collections_stub, environments_stub, roles_stub, clients_stub
), server ), server
......
...@@ -14,7 +14,7 @@ def load_requirements(): ...@@ -14,7 +14,7 @@ def load_requirements():
setup( setup(
name='perxis', name='perxis',
version='1.0.8', version='1.0.9',
description='Perxis python client', description='Perxis python client',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment