Browse Source

cancle control group

chenhaiyang 4 năm trước cách đây
mục cha
commit
412870eba5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/core/events.py

+ 1 - 1
app/core/events.py

@@ -21,6 +21,6 @@ def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable:
         await regulate_ahu_switch()
         await regulate_pau_switch()
         await regulate_ventilation_fan_switch()
-        await run_control_group()
+        # await run_control_group()
 
     return start_app