WIP: adhesion, correcting forge API
This commit is contained in:
parent
6177be5811
commit
102afd9938
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue