stanley-king 2 éve
szülő
commit
9939408d06
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      plot/refill/ChSpeedRatioCalc.py

+ 1 - 1
plot/refill/ChSpeedRatioCalc.py

@@ -14,7 +14,7 @@ class ChSpeedRatioCalc(ChannelCalc):
         logger.debug('_calc_handler')
 
         reader = self._reader()
-        end_time = int(time.time() - 5 * 86400)
+        end_time = int(time.time())
         period = 1800
         days, start_time, end_time = self.calc_time(reader, end_time - period, end_time)