Skip to content

Commit 7b6fab5

Browse files
committed
listen instead of port
1 parent 4bb69d7 commit 7b6fab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jupyter_pgweb_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_app():
6969
"command": [
7070
executable_name,
7171
f"--host={host}",
72-
"--port={port}",
72+
"--listen={port}",
7373
],
7474
"timeout": 100,
7575
"environment": _get_env,

0 commit comments

Comments
 (0)