Skip to content

Commit f33c7df

Browse files
committed
patch uvicorn run command
1 parent 54aea09 commit f33c7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: debugger2/src/serve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ async def send_stdin(sid: str) -> None:
150150
info(" > ^ < ")
151151
info(f"Server is available at [http://{host}:{port}]")
152152

153-
run("server:app", port=port, host=host, log_level="error")
153+
run("__main__:app", port=port, host=host, log_level="error")

0 commit comments

Comments
 (0)