We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的代码如下:
close all clear clc %% 从tushare中读取数据 % 加载tushare包 addpath(genpath(pwd)); token = 'aef599945af745aeda4205bb5e4a886103fb87e881dac5a60cb0e2ad'; api = pro_api(token); start_time = '20180101'; end_time = '20181231'; ktype = 'D'; % 读取华夏银行数据 index = pro_bar('600015.SH', api, start_time, end_time,ktype);
以前可以正常使用,但是最近读取数据失败,反馈读取数据超时。修改网络重试次数无任何作用,实际上我的网络绝对正常。
但是现在正当我准备提交issue时又正常了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的代码如下:
以前可以正常使用,但是最近读取数据失败,反馈读取数据超时。修改网络重试次数无任何作用,实际上我的网络绝对正常。
但是现在正当我准备提交issue时又正常了。
The text was updated successfully, but these errors were encountered: