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()