Réglages des sauvegardes

This commit is contained in:
2026-05-09 10:10:31 +02:00
parent 974e7f6669
commit d0037abf53
4 changed files with 107 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import requests
from dotenv import load_dotenv
BASE_DIR = Path("/home/debian/Gestion_sondes")
BASE_DIR = Path(__file__).resolve().parent.parent
load_dotenv(BASE_DIR / ".env")
logging.basicConfig(