stanley-king 2 年之前
父節點
當前提交
bf07981d3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plot/refill/ChSpeedControlCalc.py

+ 1 - 1
plot/refill/ChSpeedControlCalc.py

@@ -23,7 +23,7 @@ class ChSpeedControlCalc(ChannelCalc):
         start_period, ratio_period, speed_period, monitor_period, cdf_speed_period = ch_calc_cfgs()
 
         reader = self._reader()
-        end_time = int(time.time()) - 86400 * 5
+        end_time = int(time.time())
         days, start_time, end_time = self.calc_time(reader, end_time - start_period, end_time)
 
         day_stamp = days[0]