Apply suggestions from code review
Co-authored-by: Davy Peter Braun <543614+dheavy@users.noreply.github.com>
This commit is contained in:
parent
cf1d150f28
commit
6d8bc4885f
|
@ -65,7 +65,7 @@ def run(
|
||||||
def _run(
|
def _run(
|
||||||
server: bool = False,
|
server: bool = False,
|
||||||
server_host: str = "0.0.0.0",
|
server_host: str = "0.0.0.0",
|
||||||
server_port: int = 3000,
|
server_port: int = 10001,
|
||||||
|
|
||||||
tunnel_service: str = "bore",
|
tunnel_service: str = "bore",
|
||||||
expose: bool = False,
|
expose: bool = False,
|
||||||
|
|
Loading…
Reference in New Issue