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]