Explorar o código

delete some startup events

highing666 %!s(int64=3) %!d(string=hai) anos
pai
achega
0e303e5efb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: