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

Merge branch 'feature/add_periodic_extension_registration' into 'master'

Fix periodic task

See merge request !49
parents d1cf05d6 b92b155c
No related branches found
No related tags found
1 merge request!49Fix periodic task
Pipeline #35004 passed with stage
in 30 seconds
......@@ -50,8 +50,6 @@ def bootstrap(
# f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
# )
register_extension()
logger.info(f"Расширение {ext_descriptor.extension} зарегистрировано в perxis")
with grpc.insecure_channel(content_host) as content_channel:
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='1.0.2',
version='1.0.3',
description='Perxis python client',
long_description=long_description,
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