Skip to content

Commit 24cd3f3

Browse files
committed
Fix play command
1 parent a2e8a34 commit 24cd3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

baidupcs_py/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ def play(
11271127
encrypt_password = encrypt_password or _encrypt_password(ctx)
11281128

11291129
host = "localhost"
1130-
port = random_avail_port(49152, 65535)
1130+
port = random_avail_port()
11311131

11321132
local_server = f"http://{host}:{port}"
11331133

0 commit comments

Comments
 (0)