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
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def set_file_content(filename, lines):
def gestion_read(req): def gestion_read(req):
response = requests.post('https://gestion.a-lec.org/api/sql/', response = requests.post('https://gestion.a-lec.org/api/sql/',
auth = HTTPBasicAuth('api666', gestion_get_secret()), auth = HTTPBasicAuth('api666', git_get_secret()),
data = req) data = req)
return response.json() return response.json()