This commit is contained in:
2026-03-30 23:19:01 +02:00
parent bb566f7da2
commit 76e8ecadc1

View File

@@ -13,7 +13,7 @@ sys.path.insert(0, composants)
from lumieres import SystemeLumieres
from thermostat import SystemeThermostat
from volets import SystemeVolets
from septsegments import afficher_temperature # <-- CORRIGÉ : On a enlevé le "#" !
from septsegments import afficher_temperature
app = FastAPI(title="Loustiques API - Pi 2")