Browse Source

delete some startup events

highing666 3 years ago
parent
commit
0e303e5efb
1 changed files with 1 additions and 1 deletions
  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: