servers/data_server.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
servers/data_server.py
@@ -98,7 +98,7 @@ # (板块名称,涨停代码数量,炸板数量,涨停时间) limit_up_reason_statistic_info = [(k, len(record_reason_dict[k]), len(record_reason_dict[k]) - len( current_reason_dict.get(k) if k in current_reason_dict else []), int(records_map.get(k)[5])) for k in record_reason_dict] int(records_map.get([record_reason_dict[k][0]])[5])) for k in record_reason_dict] limit_up_reason_statistic_info.sort(key=lambda x: x[1] - x[2]) limit_up_reason_statistic_info.reverse()