From 79ca4fa0ad7e1901f9d9e54958e9e22f3bdbd75c Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 14 Sep 2022 23:20:52 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20contr=C3=B4le=20cotisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_cotisation/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"