From 6d8bc4885f47b3864fd886d2477c77925b5fdc5f Mon Sep 17 00:00:00 2001 From: Abdullah-Gohar <74107339+Abdullah-Gohar@users.noreply.github.com> Date: Sat, 30 Mar 2024 05:27:35 +0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Davy Peter Braun <543614+dheavy@users.noreply.github.com> --- software/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/start.py b/software/start.py index a93a488..6cc41f1 100644 --- a/software/start.py +++ b/software/start.py @@ -65,7 +65,7 @@ def run( def _run( server: bool = False, server_host: str = "0.0.0.0", - server_port: int = 3000, + server_port: int = 10001, tunnel_service: str = "bore", expose: bool = False,