We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95556e8 commit ae240c0Copy full SHA for ae240c0
README.md
@@ -36,7 +36,7 @@ pip install python_snappy-0.5.1-cp27-cp27m-win_amd64.whl
36
from .data_api import DataApi # 这里假设工作目录是项目根目录
37
38
api = DataApi(addr="tcp://data.tushare.org:8910")
39
-result, msg = api.login("username", "password") # 示例账户,用户需要改为自己在www.quantos.org上注册的账户
+result, msg = api.login("username", "token") # 示例账户,用户需要改为自己在www.quantos.org上注册的账户
40
print(result)
41
print(msg)
42
0 commit comments