Sfoglia il codice sorgente

delete some startup events

highing666 3 anni fa
parent
commit
0e303e5efb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: