servers/data_server.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
servers/data_server.py
@@ -1046,7 +1046,7 @@ continue # 涨幅要大于5% rate = d[6] / int(round((tool.get_limit_up_rate(d[0]) - 1) * 10)) if rate < 5: if rate/((tool.get_limit_up_rate(d[0])-1)*10) < 5: continue # 格式:(代码,涨幅) code_info_list.append((d[0], d[6]))