Résolution des conflits Git et nettoyage du code

This commit is contained in:
2025-05-07 09:41:52 +02:00
parent bca5dd14d3
commit 12a202c2b2
7 changed files with 12 additions and 11 deletions

View File

@@ -64,5 +64,5 @@ try:
client.subscribe("Saclay/#")
logging.info("Connexion MQTT réussie et abonnement au topic 'Saclay/#'.")
client.loop_forever()
except Exception as e:
logging.error(f"Erreur MQTT : {e}")
except Exception as err:
logging.error(f"Erreur MQTT : {err}")