Skip to content

Commit

Permalink
doc: document the new entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lavafroth committed Aug 12, 2023
1 parent 43b911d commit 1da6232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1da6232

Please sign in to comment.