From 76e8ecadc145d2a4e4605d391af566d56a0ef73c Mon Sep 17 00:00:00 2001 From: maxime Date: Mon, 30 Mar 2026 23:19:01 +0200 Subject: [PATCH] . --- fastapi/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/main.py b/fastapi/main.py index f60906f..33fca71 100644 --- a/fastapi/main.py +++ b/fastapi/main.py @@ -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")