diff --git a/controle_adhesion/main.py b/controle_adhesion/main.py index 1f3aadc..40f59be 100755 --- a/controle_adhesion/main.py +++ b/controle_adhesion/main.py @@ -63,7 +63,7 @@ def set_file_content(filename, lines): def gestion_read(req): response = requests.post('https://gestion.a-lec.org/api/sql/', - auth = HTTPBasicAuth('api666', gestion_get_secret()), + auth = HTTPBasicAuth('api666', git_get_secret()), data = req) return response.json()