Skip to content
Snippets Groups Projects
Commit d9d57b69 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

FIXUP

parent d94851a5
No related branches found
No related tags found
No related merge requests found
...@@ -33,4 +33,5 @@ async def main(): ...@@ -33,4 +33,5 @@ async def main():
s = await communication.StdInOutSocket().connect() s = await communication.StdInOutSocket().connect()
await AdminServer(s, is_server=True)._server_.run() await AdminServer(s, is_server=True)._server_.run()
if __name__ == "__main__":
asyncio.run(main()) asyncio.run(main())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment