Fusion de product dans develop

This commit is contained in:
2025-05-07 08:57:38 +02:00
12 changed files with 97 additions and 416 deletions

View File

@@ -533,6 +533,11 @@ if st.session_state["authenticated"]:
except Exception as e:
st.error(f"Erreur chargement des connexions : {e}")
<<<<<<< HEAD
except Exception as err: # petit bug dans ton except ici (tu avais écrit "except exception")
st.error(f"Erreur MySQL : {err}")
=======
except exception as err:
st.error(f"Erreur MySQL : {err}")
>>>>>>> product