浏览代码

delete some startup events

highing666 3 年之前
父节点
当前提交
0e303e5efb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/core/events.py

+ 1 - 1
app/core/events.py

@@ -4,7 +4,7 @@ from typing import Callable, Optional
 
 from fastapi import FastAPI
 
-from app.controllers.equipment.events import regulate_ahu_freq
+# from app.controllers.equipment.events import regulate_ahu_freq
 
 
 def create_start_app_handler(app: Optional[FastAPI] = None) -> Callable: