adhesion: changement d'API

This commit is contained in:
Adrien Bourmault 2023-11-04 14:25:13 +01:00
parent 909710fa6c
commit 52ffe2505a
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ def validate_registrations_worker():
BUF.append("=> MEMBRE VALIDE PAR SECRETARIAT <=") BUF.append("=> MEMBRE VALIDE PAR SECRETARIAT <=")
# Launch git tickets # Launch git tickets
title = "Création d'un compte courriel membre n°{}.".format(numero) title = "Création d'un compte courriel membre n°{}".format(numero)
body = "Bonjour,\n Une demande de création de compte de" \ body = "Bonjour,\n Une demande de création de compte de" \
+ "courriel ou une redirection a été émise.\n\n" \ + "courriel ou une redirection a été émise.\n\n" \
+ "Compte de courriel actuel : {} \n".format( + "Compte de courriel actuel : {} \n".format(
@ -285,7 +285,7 @@ def validate_registrations_worker():
+ "Compte de XMPP désiré : {} \n".format( + "Compte de XMPP désiré : {} \n".format(
member['email']) member['email'])
labels = [970] labels = [970]
ticket_response = forgejo_post_issue("cominfra", "mail", title, body, labels) ticket_response = forgejo_post_issue("cominfra", "xmpp", title, body, labels)
if not "id" in str(ticket_response.json()): if not "id" in str(ticket_response.json()):
BUF.append("Validation échouée : ticket git XMPP en erreur : {}".format( BUF.append("Validation échouée : ticket git XMPP en erreur : {}".format(
ticket_response ticket_response