From 1da6232bf90329995309e7632bbb4f22e4539ce2 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee Date: Sat, 12 Aug 2023 11:07:29 +0530 Subject: [PATCH] doc: document the new entrypoint --- src/code.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/code.py b/src/code.py index b67ec09..fe7962b 100644 --- a/src/code.py +++ b/src/code.py @@ -45,6 +45,10 @@ def api(request: Request): async def main(): + """ + Asynchronously run the boot script while setting + the server up for the web interface. + """ await asyncio.gather( run_boot_script(), setup_server()