Apply suggestions from code review

Co-authored-by: Davy Peter Braun <543614+dheavy@users.noreply.github.com>
This commit is contained in:
Abdullah-Gohar 2024-03-30 05:27:35 +05:00 committed by GitHub
parent cf1d150f28
commit 6d8bc4885f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,