stanley-king 2 tahun lalu
induk
melakukan
bf07981d3d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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]