소스 검색

cancle ATFU switch control enent

chenhaiyang 4 년 전
부모
커밋
8bf3e76fc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/core/events.py

+ 1 - 1
app/core/events.py

@@ -19,7 +19,7 @@ def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable:
         await load_q_learning_model()
         await regulate_ahu_freq()
         await regulate_ahu_switch()
-        await regulate_pau_switch()
+        # await regulate_pau_switch()
         await regulate_ventilation_fan_switch()
         # await run_control_group()