Réglages des sauvegardes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user