third_data/kpl_limit_up_data_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
third_data/kpl_limit_up_data_manager.py
@@ -260,6 +260,8 @@ temp = [] max_continue_count = 0 for day in self.__days: if day not in self.__block_day_datas: continue if d[0] in self.__block_day_datas[day]: temp.append(day) else: @@ -291,6 +293,8 @@ # 获取每天的数量 days_datas = [] for day in self.__days: if day not in self.__block_day_datas: continue binfo = self.__block_day_datas[day].get(b) if not binfo: days_datas.append((0, 0))