Skip to content

Commit 53d0213

Browse files
committed
Update base url
1 parent f6c6cde commit 53d0213

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

weco/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ def __init__(self, api_key: Union[str, None] = None, timeout: float = 120.0, htt
6767
self.api_key = api_key
6868
self.http2 = http2
6969
self.timeout = timeout
70-
# self.base_url = "https://function.api.weco.ai"
71-
self.base_url = "https://function-dev.api.weco.ai"
70+
self.base_url = "https://function.api.weco.ai"
7271
# Setup clients
7372
self.client = httpx.Client(http2=http2, timeout=timeout)
7473
self.async_client = httpx.AsyncClient(http2=http2, timeout=timeout)

0 commit comments

Comments
 (0)