1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 09:18:23 +02:00

Hello 2022

This commit is contained in:
2022-02-04 15:07:41 +01:00
parent f9e85dd63e
commit cce5e7c33c
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ class Command(BaseCommand):
token = response['access_token']
organization = "animath"
form_slug = "tfjm-2021"
form_slug = "tfjm-2022"
from_date = "2000-01-01"
url = f"https://api.helloasso.com/v5/organizations/{organization}/forms/Event/{form_slug}/payments" \
f"?from={from_date}&pageIndex=1&pageSize=10000&retrieveOfflineDonations=false"

View File

@ -66,7 +66,7 @@ class Command(BaseCommand):
visibility=RoomVisibility.public,
alias="bienvenue",
name="Bienvenue",
topic="Bienvenue au TFJM² 2021 !",
topic="Bienvenue au TFJM² 2022 !",
federate=False,
preset=RoomPreset.public_chat,
)