l2/l2_sell_manager.py
@@ -72,6 +72,10 @@ self.__last_total_sell_data_cache[code] = self.__current_total_sell_data_cache.get(code) self.__current_total_sell_data_cache[code] = (time_str, round(money)) def get_current_total_sell_data(self, code): return self.__current_total_sell_data_cache.get(code) # 获取参考卖的数据 def get_refer_sell_data(self, code, time_str): cuurent = self.__current_total_sell_data_cache.get(code)