diff --git a/controle_cotisation/main.py b/controle_cotisation/main.py index a788f6e..49d0242 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -22,8 +22,8 @@ from requests.auth import HTTPDigestAuth VERSION="0.0.1" -GESTION_SECRET_FILE="~/.secret/gestion_api_password" -GIT_SECRET_FILE="~/.secret/git_api_password" +GESTION_SECRET_FILE="/home/tresorier/.secret/gestion_api_password" +GIT_SECRET_FILE="/home/tresorier/.secret/git_api_password" WORKDIR="/srv/validation_cotisation.d" MODALITY_MAIL="mail_instructions.txt" MODALITY_MAIL_HEADERS="mail_instructions_headers.txt"