Skip to content
Snippets Groups Projects
Commit a384d3df authored by jkerdreu's avatar jkerdreu
Browse files

Fix missing messages on startup.


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3144 b32b6428-25c9-4566-ad07-03861ab6144f
parent 782eee91
No related branches found
No related tags found
No related merge requests found
...@@ -534,7 +534,8 @@ def is_alive(): ...@@ -534,7 +534,8 @@ def is_alive():
else: else:
print(f"{msg.source}: {msg.dev_type}") print(f"{msg.source}: {msg.dev_type}")
def start(): async def start():
await asyncio.sleep(0.1)
print(LINE) print(LINE)
helper.request_is_alive(dev_type=dev_type) helper.request_is_alive(dev_type=dev_type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment