highing666 3 лет назад
Родитель
Сommit
308e456c2c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/controllers/equipment/vrf/basic.py

+ 2 - 0
app/controllers/equipment/vrf/basic.py

@@ -357,7 +357,9 @@ class VRFController1(VRFController):
                 new_speed = "M"
 
         # Recovery.
+        logger.debug(self.high_speed_time)
         if (a_now - arrow.get(self.high_speed_time)).seconds > 60 * 60:
+            logger.debug(self.high_speed_time)
             if new_speed == "HH":
                 new_speed = "M"