Hula Hoop

Results 5 comments of Hula Hoop

![无标题](https://user-images.githubusercontent.com/24935017/88269978-851da880-cd07-11ea-9ed7-b6e5496f1f42.png)

`# @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...

@haliluyaya 换ip有再试吗?