We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aea09 commit f33c7dfCopy full SHA for f33c7df
debugger2/src/serve.py
@@ -150,4 +150,4 @@ async def send_stdin(sid: str) -> None:
150
info(" > ^ < ")
151
info(f"Server is available at [http://{host}:{port}]")
152
153
- run("server:app", port=port, host=host, log_level="error")
+ run("__main__:app", port=port, host=host, log_level="error")
0 commit comments