WIP: adhesion, correcting forge API

This commit is contained in:
Adrien Bourmault 2023-11-03 18:34:05 +01:00
parent 6177be5811
commit 102afd9938
Signed by: neox
GPG key ID: 2974E1D5F25DFCC8

View file

@ -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()