Hula Hoop
Hula Hoop

同样的问题 +1
`# @retry(wait=wait_exponential(multiplier=1, max=10)) def run_pytdx(): # PyTdx通达信扩展行情 sleep(3) api = TdxExHq_API(heartbeat=True, auto_retry=True) sleep(3) # 连接通达信获取市场行情数据 with api.connect("122.192.35.44", 7709): sleep(3) access = [] for i in range(100): access.append(api.to_df(api.get_instrument_info(i * 500, (i...
换了ip还是不行
@haliluyaya 换ip有再试吗?