Arrangements

This commit is contained in:
2025-07-26 09:23:23 +02:00
parent 4c68a514ac
commit 9f5c5e35a5
4 changed files with 4 additions and 5 deletions

4
.gitignore vendored
View File

@@ -29,5 +29,5 @@ Logs/monitor.csv
*.pdf *.pdf
# 👉 Dossiers spécifiques ou essais # 👉 Dossiers spécifiques ou essais
Backup_Synology/
Outils/

View File

@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" /> <excludeFolder url="file://$MODULE_DIR$/.venv" />
</content> </content>
<orderEntry type="jdk" jdkName="Python 3.13" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.13 (Gestion_sondes)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>

2
.idea/misc.xml generated
View File

@@ -3,7 +3,7 @@
<component name="Black"> <component name="Black">
<option name="sdkName" value="Python 3.11 (Gestion sondes) (2)" /> <option name="sdkName" value="Python 3.11 (Gestion sondes) (2)" />
</component> </component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (Gestion_sondes)" project-jdk-type="Python SDK" />
<component name="PyPackaging"> <component name="PyPackaging">
<option name="earlyReleasesAsUpgrades" value="true" /> <option name="earlyReleasesAsUpgrades" value="true" />
</component> </component>

View File

@@ -2,7 +2,6 @@ import argparse
import paho.mqtt.client as mqtt_client import paho.mqtt.client as mqtt_client
from dotenv import load_dotenv from dotenv import load_dotenv
import logging import logging
from logger_config import setup_logger from logger_config import setup_logger
from db_utils import connect_to_mysql from db_utils import connect_to_mysql
from functools import partial from functools import partial