From cf38f2b964b692cd4b549bf4a9d5941793b7e75f Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Jul 2025 19:37:25 +0200 Subject: [PATCH] fix: Ajoute une ligne ouvertures des portes --- controleur_de_gaz.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/controleur_de_gaz.py b/controleur_de_gaz.py index 07dcb0e..ca931ef 100644 --- a/controleur_de_gaz.py +++ b/controleur_de_gaz.py @@ -67,4 +67,8 @@ sleep(rand(0.7, 1.7)) print("Suspention de la procédure de sécurité") sleep(rand(0.7, 1.7)) print("Mise en veille des capteurs") -sleep(5) +sleep(rand(0.7, 1.7)) +print(Style.BRIGHT + "OUVERTURE DES PORTES DU HANGAR") +sleep(rand(0.1, 0.3)) +print(Style.BRIGHT + "PORTE DE SORTIE OUVERTE") +sleep(5) \ No newline at end of file