Skip to content

Commit 5d5338d

Browse files
committed
fix default port
1 parent 9b8776f commit 5d5338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/sync_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545
Initializes the ToolboxSyncClient.
4646
4747
Args:
48-
url: The base URL for the Toolbox service API (e.g., "http://localhost:8000").
48+
url: The base URL for the Toolbox service API (e.g., "http://localhost:5000").
4949
"""
5050
# Running a loop in a background thread allows us to support async
5151
# methods from non-async environments.

0 commit comments

Comments
 (0)