Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 6292b38

Browse files
committed
Added free non account required data access.
1 parent ef2a8c4 commit 6292b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thetadata/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ThetaClient:
3838
"""A high-level, blocking client used to fetch market data."""
3939

4040
def __init__(self, port: int = 11000, timeout: Optional[float] = 60, launch: bool = True,
41-
username: str = "", passwd: str = "", auto_update: bool = True, use_bundle: bool = False):
41+
username: str = "default", passwd: str = "default", auto_update: bool = True, use_bundle: bool = False):
4242
"""Construct a client instance to interface with market data.
4343
4444
:param port: The port number specified in the Theta Terminal config

0 commit comments

Comments
 (0)