Skip to content

Commit ae240c0

Browse files
authored
Update README.md
1 parent 95556e8 commit ae240c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install python_snappy-0.5.1-cp27-cp27m-win_amd64.whl
3636
from .data_api import DataApi # 这里假设工作目录是项目根目录
3737

3838
api = DataApi(addr="tcp://data.tushare.org:8910")
39-
result, msg = api.login("username", "password") # 示例账户,用户需要改为自己在www.quantos.org上注册的账户
39+
result, msg = api.login("username", "token") # 示例账户,用户需要改为自己在www.quantos.org上注册的账户
4040
print(result)
4141
print(msg)
4242

0 commit comments

Comments
 (0)